This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sir-sigurd
Recipients sir-sigurd
Date 2017-07-05.13:56:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1499262996.04.0.921631870961.issue30856@psf.upfronthosting.co.za>
In-reply-to
Content
Currently TestResult.addSubTest() is called just before TestResult.stopTest(), but docs says that addSubTest is "Called when a subtest finishes". IMO that means that it will be called immediately after subtest finishes, but not after indefinite time.

Test is attached.
History
Date User Action Args
2017-07-05 13:56:36sir-sigurdsetrecipients: + sir-sigurd
2017-07-05 13:56:36sir-sigurdsetmessageid: <1499262996.04.0.921631870961.issue30856@psf.upfronthosting.co.za>
2017-07-05 13:56:35sir-sigurdlinkissue30856 messages
2017-07-05 13:56:35sir-sigurdcreate