Message180755
The _do_discovery() method of unittest.TestProgram:
def _do_discovery(self, argv, Loader=loader.TestLoader):
(from http://hg.python.org/cpython/file/2cf89e2e6247/Lib/unittest/main.py#l222 )
should be using self.testLoader instead of loader.TestLoader. It's not consistent for some parts of TestProgram to use loader.TestLoader and other parts to use the testLoader passed in via the constructor. |
|
Date |
User |
Action |
Args |
2013-01-27 10:11:51 | chris.jerdonek | set | recipients:
+ chris.jerdonek, ezio.melotti, michael.foord |
2013-01-27 10:11:51 | chris.jerdonek | set | messageid: <1359281511.22.0.555240068262.issue17052@psf.upfronthosting.co.za> |
2013-01-27 10:11:51 | chris.jerdonek | link | issue17052 messages |
2013-01-27 10:11:50 | chris.jerdonek | create | |
|