Message399911
Method startTestRun() is always called for the TestResult object implicitly created by TestCase.defaultTestResult() when no TestResult object is passed to TestCase.run(). But method stopTestRun() is not always called in pair with startTestRun() for skipped tests. It is only called if SkipTest was raised directly or indirectly (via skipTest()). It is not called if a skipping decorator (@skip, @skipIf, @skipUnless) was used for a method or a class. |
|
Date |
User |
Action |
Args |
2021-08-19 11:58:46 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, rbcollins, ezio.melotti, michael.foord |
2021-08-19 11:58:46 | serhiy.storchaka | set | messageid: <1629374326.22.0.989975388504.issue44955@roundup.psfhosted.org> |
2021-08-19 11:58:46 | serhiy.storchaka | link | issue44955 messages |
2021-08-19 11:58:46 | serhiy.storchaka | create | |
|