[issue36674] "unittest.TestCase.debug" should honour "skip" (and other test controls)

Lisa Roach report at bugs.python.org
Mon Apr 29 17:29:50 EDT 2019


Lisa Roach <lisaroach14 at gmail.com> added the comment:

+1, I think tests should run the same way in debug() and run(), the difference being limited only to how the result is handled. 

Marking a test as skipped should still be skipped while debugging, else it pollutes the results with tests that will not run with run().

----------
nosy: +lisroach

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36674>
_______________________________________


More information about the Python-bugs-list mailing list