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 ncoghlan
Recipients michael.foord, ncoghlan
Date 2011-11-25.01:57:01
SpamBayes Score 0.00037145428
Marked as misclassified No
Message-id <1322186223.31.0.112270498917.issue13476@psf.upfronthosting.co.za>
In-reply-to
Content
unittest autodiscovery is very nice, but a '-x' option to specify directory patterns *not* to search could be a nice enhancement.

(In my specific case, I want to run most of my tests, but one batch are Django tests and it would be nice to have an easy way to tell unittest to ignore them)
History
Date User Action Args
2011-11-25 01:57:03ncoghlansetrecipients: + ncoghlan, michael.foord
2011-11-25 01:57:03ncoghlansetmessageid: <1322186223.31.0.112270498917.issue13476@psf.upfronthosting.co.za>
2011-11-25 01:57:02ncoghlanlinkissue13476 messages
2011-11-25 01:57:01ncoghlancreate