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, eric.araujo, michael.foord, r.david.murray
Date 2012-03-29.05:05:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1332997541.34.0.0278742996343.issue14408@psf.upfronthosting.co.za>
In-reply-to
Content
Michael:

The thread setup and cleanup is not required, AFAICT. You are also correct in that these particular test modules do not run correctly without modification (although test_queue does now that the bug I reported there was fixed).

Sorry by predicated, I mean that we could mask out the base classes that many of the tests are enumerated on top of. Some kind of decorator for the base could prevent the base class being discovered unless it's inherited from. This is the source of the errors one currently gets running the tests via -m unittest.

Eric:

I'm not sure what you mean by the files being long. I've taken the existing test case list and exposed this directly to both load_tests and unittest.main. The load_tests boilerplate is disappointing, but explicit.
History
Date User Action Args
2012-03-29 05:05:41anacrolixsetrecipients: + anacrolix, eric.araujo, r.david.murray, michael.foord
2012-03-29 05:05:41anacrolixsetmessageid: <1332997541.34.0.0278742996343.issue14408@psf.upfronthosting.co.za>
2012-03-29 05:05:40anacrolixlinkissue14408 messages
2012-03-29 05:05:40anacrolixcreate