[New-bugs-announce] [issue13476] Simple exclusion filter for unittest autodiscovery

Nick Coghlan report at bugs.python.org
Fri Nov 25 02:57:03 CET 2011


New submission from Nick Coghlan <ncoghlan at gmail.com>:

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)

----------
components: Library (Lib)
messages: 148299
nosy: michael.foord, ncoghlan
priority: normal
severity: normal
stage: needs patch
status: open
title: Simple exclusion filter for unittest autodiscovery
type: feature request
versions: Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13476>
_______________________________________


More information about the New-bugs-announce mailing list