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 michael.foord, tarek
Date 2010-04-05.23:31:28
SpamBayes Score 0.0004343499
Marked as misclassified No
Message-id <1270510290.24.0.229163440627.issue8324@psf.upfronthosting.co.za>
In-reply-to
Content
Should default to test discovery if no arguments are supplied.

Valid arguments: "testrunner", "tests" or "testsuite".
Default testrunner is unittest of course. "tests" / "testsuite" to be of the form: "package.module.suitename" (or just "package.module").
History
Date User Action Args
2010-04-05 23:31:30michael.foordsetrecipients: + michael.foord, tarek
2010-04-05 23:31:30michael.foordsetmessageid: <1270510290.24.0.229163440627.issue8324@psf.upfronthosting.co.za>
2010-04-05 23:31:29michael.foordlinkissue8324 messages
2010-04-05 23:31:28michael.foordcreate