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
Date 2010-04-03.14:54:12
SpamBayes Score 1.2842438e-06
Marked as misclassified No
Message-id <1270306453.69.0.686553855544.issue8303@psf.upfronthosting.co.za>
In-reply-to
Content
The usage messages for unittest from the command line are slightly incorrect.

They show: "Usage: unittest [options]" when it should be "Usage: python -m unittest [options]" (or even "python -m unittest discover").
History
Date User Action Args
2010-04-03 14:54:13michael.foordsetrecipients: + michael.foord
2010-04-03 14:54:13michael.foordsetmessageid: <1270306453.69.0.686553855544.issue8303@psf.upfronthosting.co.za>
2010-04-03 14:54:12michael.foordlinkissue8303 messages
2010-04-03 14:54:12michael.foordcreate