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 anacrolix, eric.araujo, michael.foord
Date 2012-03-28.15:30:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1332948628.27.0.379837994423.issue14408@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, it would be preferable if unittest could load the set of test classes for each of these test modules without *requiring* a load_tests function.

Each test module will need looking at to see if the standard set of test classes exported by the module is the same as the set built by load_tests. Where they are the same load_tests is not needed. 

I *presume* the point of this patch is that these test modules *can't* just be run by the standard unittest invocation, and load_tests is *needed*.

(And I don't know what you mean by "predicate the support classes" Matt.)
History
Date User Action Args
2012-03-28 15:30:28michael.foordsetrecipients: + michael.foord, eric.araujo, anacrolix
2012-03-28 15:30:28michael.foordsetmessageid: <1332948628.27.0.379837994423.issue14408@psf.upfronthosting.co.za>
2012-03-28 15:30:27michael.foordlinkissue14408 messages
2012-03-28 15:30:27michael.foordcreate