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 anacrolix
Recipients anacrolix
Date 2012-03-26.04:13:55
SpamBayes Score 9.668738e-07
Marked as misclassified No
Message-id <1332735237.61.0.855199980132.issue14408@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.2 added the test_cases protocol. Many of the stdlib tests won't run using the `$ python3 -m unittest test.test_blah` method due to select unit test class names, and some regrtest arcanity. Defining test_cases makes these tests work as expected.

A patch is attached for several of the unit tests I've dealt with more often.
History
Date User Action Args
2012-03-26 04:13:57anacrolixsetrecipients: + anacrolix
2012-03-26 04:13:57anacrolixsetmessageid: <1332735237.61.0.855199980132.issue14408@psf.upfronthosting.co.za>
2012-03-26 04:13:56anacrolixlinkissue14408 messages
2012-03-26 04:13:56anacrolixcreate