Message206177
This seems to break BaseTestSuite.countTestCases when invoked after the TestSuite has been run:
...
File "Lib/unittest/suite.py", line 42, in countTestCases
cases += test.countTestCases()
AttributeError: 'NoneType' object has no attribute 'countTestCases'
Attached patch attempts to fix it. |
|
Date |
User |
Action |
Args |
2013-12-14 11:35:52 | xdegaye | set | recipients:
+ xdegaye, gvanrossum, tim.peters, rhettinger, terry.reedy, pitrou, vstinner, fabioz, benjamin.peterson, ezio.melotti, r.david.murray, michael.foord, matthewlmcclure, asvetlov, meador.inge, tshepang, python-dev, tomwardill, matthewlmcclure-gmail, charettes |
2013-12-14 11:35:52 | xdegaye | set | messageid: <1387020952.63.0.0725806037812.issue11798@psf.upfronthosting.co.za> |
2013-12-14 11:35:52 | xdegaye | link | issue11798 messages |
2013-12-14 11:35:52 | xdegaye | create | |
|