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 michael.foord
Recipients ezio.melotti, michael.foord, pitrou, py.user
Date 2013-08-27.13:30:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377610235.32.0.365010836767.issue18848@psf.upfronthosting.co.za>
In-reply-to
Content
It is the TextTestRunner that calls startTestRun and stopTestRun not the suite. 

The documentation could be improved to make that clear *or* the call could be moved into the TestSuite as not everybody uses the TextTestRunner. That would be a change in behaviour though.
History
Date User Action Args
2013-08-27 13:30:35michael.foordsetrecipients: + michael.foord, pitrou, ezio.melotti, py.user
2013-08-27 13:30:35michael.foordsetmessageid: <1377610235.32.0.365010836767.issue18848@psf.upfronthosting.co.za>
2013-08-27 13:30:35michael.foordlinkissue18848 messages
2013-08-27 13:30:35michael.foordcreate