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 loewis, michael.foord
Date 2010-09-24.16:11:02
SpamBayes Score 0.0011835921
Marked as misclassified No
Message-id <1285344664.53.0.417350484521.issue9926@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, so here is an idea that could remove the need for TestSuite._wrapped_run. 

TestSuite.run could "tag" the result object (set an attribute). Nested TestSuites would see an already tagged suite and do nothing (beyond running tests of course). The suite that does the tagging would call the necessary module / class level test suites on exit.
History
Date User Action Args
2010-09-24 16:11:04michael.foordsetrecipients: + michael.foord, loewis
2010-09-24 16:11:04michael.foordsetmessageid: <1285344664.53.0.417350484521.issue9926@psf.upfronthosting.co.za>
2010-09-24 16:11:03michael.foordlinkissue9926 messages
2010-09-24 16:11:03michael.foordcreate