[issue13476] Simple exclusion filter for unittest autodiscovery

2012-09-30 Thread Tom Wardill
Changes by Tom Wardill t...@howrandom.net: -- versions: +Python 3.4 -Python 3.3 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13476 ___ ___

[issue13476] Simple exclusion filter for unittest autodiscovery

2012-09-30 Thread Michael Foord
Changes by Michael Foord mich...@voidspace.org.uk: -- assignee: - michael.foord ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13476 ___ ___

[issue13476] Simple exclusion filter for unittest autodiscovery

2012-04-18 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: A -x flag would be more useful if I could specify it on the python setup.py tests command line The most common distutils test command is part of setuptools, not the standard library. Other people have also written other test, tests or

[issue13476] Simple exclusion filter for unittest autodiscovery

2012-04-16 Thread Gustavo Arzola
Gustavo Arzola gust...@xcode.com added the comment: I use netatalk so that I can edit my projects on my laptop (Mac) but run them on my server (Linux). Netatalk creates all kinds of .AppleDouble sub-directories that contain files with the same names as the parents, but generally hold icon,

[issue13476] Simple exclusion filter for unittest autodiscovery

2012-03-12 Thread Michael Foord
Michael Foord mich...@voidspace.org.uk added the comment: This would be nice (more powerful) as a general test method exclusion filter: so run test discovery or fetch the specified test module / class and then exclude individual tests that match the pattern. We're looking to add a general

[issue13476] Simple exclusion filter for unittest autodiscovery

2011-11-24 Thread Nick Coghlan
New submission from Nick Coghlan ncogh...@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

[issue13476] Simple exclusion filter for unittest autodiscovery

2011-11-24 Thread Ezio Melotti
Changes by Ezio Melotti ezio.melo...@gmail.com: -- nosy: +ezio.melotti ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13476 ___ ___