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 asvetlov, benjamin.peterson, charettes, ezio.melotti, fabioz, gvanrossum, matthewlmcclure, matthewlmcclure-gmail, meador.inge, michael.foord, pitrou, python-dev, r.david.murray, rhettinger, terry.reedy, tim.peters, tomwardill
Date 2013-09-16.10:30:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379327449.49.0.133538687865.issue11798@psf.upfronthosting.co.za>
In-reply-to
Content
If we're sure suite._cleanupis a *good* api for this then fine to expose it (and document) it as a public api. I'll take a look at it in a bit. 

Test suites will still have to do *some* monkeying around to set suite.cleanup (presumably in load_tests), so I'm not sure it's much more convenient...
History
Date User Action Args
2013-09-16 10:30:49michael.foordsetrecipients: + michael.foord, gvanrossum, tim.peters, rhettinger, terry.reedy, pitrou, fabioz, benjamin.peterson, ezio.melotti, r.david.murray, matthewlmcclure, asvetlov, meador.inge, python-dev, tomwardill, matthewlmcclure-gmail, charettes
2013-09-16 10:30:49michael.foordsetmessageid: <1379327449.49.0.133538687865.issue11798@psf.upfronthosting.co.za>
2013-09-16 10:30:49michael.foordlinkissue11798 messages
2013-09-16 10:30:49michael.foordcreate