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 duncf, eric.araujo, michael.foord
Date 2010-11-21.10:46:05
SpamBayes Score 2.7500873e-05
Marked as misclassified No
Message-id <1290336367.12.0.974203538818.issue10470@psf.upfronthosting.co.za>
In-reply-to
Content
@Eric

No. "python -m unittest discover ..." will still be needed where you want to pass arguments to discovery ("python -m unittest ..." still has a different meaning where you pass arguments). All this will do is give the previously useless "python -m unittest" the same meaning as "python -m unittest discover".
History
Date User Action Args
2010-11-21 10:46:07michael.foordsetrecipients: + michael.foord, eric.araujo, duncf
2010-11-21 10:46:07michael.foordsetmessageid: <1290336367.12.0.974203538818.issue10470@psf.upfronthosting.co.za>
2010-11-21 10:46:05michael.foordlinkissue10470 messages
2010-11-21 10:46:05michael.foordcreate