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 tarek
Recipients michael.foord, tarek
Date 2010-03-31.11:19:10
SpamBayes Score 0.0051585776
Marked as misclassified No
Message-id <1270034351.93.0.515899636762.issue8273@psf.upfronthosting.co.za>
In-reply-to
Content
Let's move test_support in unittest !

Then maybe, let's expose some of test_support functions into a new class on the top of unittest.TestCase, so they can be used via methods.
 
The purpose is power up people when it comes to write test fixtures or work in a testing environment. These helpers were built to test Python itself, are quite unknown out there. I think it's a shame :)

http://docs.python.org/library/test.html#module-test.test_support
History
Date User Action Args
2010-03-31 11:19:12tareksetrecipients: + tarek, michael.foord
2010-03-31 11:19:11tareksetmessageid: <1270034351.93.0.515899636762.issue8273@psf.upfronthosting.co.za>
2010-03-31 11:19:10tareklinkissue8273 messages
2010-03-31 11:19:10tarekcreate