Message156797
| 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:57 | anacrolix | set | recipients: + anacrolix |
| 2012-03-26 04:13:57 | anacrolix | set | messageid: <1332735237.61.0.855199980132.issue14408@psf.upfronthosting.co.za> |
| 2012-03-26 04:13:56 | anacrolix | link | issue14408 messages |
| 2012-03-26 04:13:56 | anacrolix | create | |