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 exarkun, michael.foord, rbcollins
Date 2010-02-07.21:39:49
SpamBayes Score 8.665065e-06
Marked as misclassified No
Message-id <1265578791.66.0.872783270793.issue7501@psf.upfronthosting.co.za>
In-reply-to
Content
Is this needed as well as the load_tests protocol?

If a test module defines a load_tests function that returns a test suite then the following creates the test suite from load_tests and executes that:

    python -m unittest modulename

I don't think we need a test_suite protocol as well.
History
Date User Action Args
2010-02-07 21:39:52michael.foordsetrecipients: + michael.foord, exarkun, rbcollins
2010-02-07 21:39:51michael.foordsetmessageid: <1265578791.66.0.872783270793.issue7501@psf.upfronthosting.co.za>
2010-02-07 21:39:50michael.foordlinkissue7501 messages
2010-02-07 21:39:49michael.foordcreate