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 2009-05-10.20:04:17
SpamBayes Score 3.7372286e-06
Marked as misclassified No
Message-id <1241985860.54.0.789290376595.issue5989@psf.upfronthosting.co.za>
In-reply-to
Content
It would be really nice if unittest.TestLoader.loadTestsFromNames
accepted module and class names.

My main motivation for that is so that I can do:

    python -m unittest module_name

There is no backwards compatibility issue as currently this doesn't work...

Really easy to add.
History
Date User Action Args
2009-05-10 20:04:20michael.foordsetrecipients: + michael.foord
2009-05-10 20:04:20michael.foordsetmessageid: <1241985860.54.0.789290376595.issue5989@psf.upfronthosting.co.za>
2009-05-10 20:04:18michael.foordlinkissue5989 messages
2009-05-10 20:04:17michael.foordcreate