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 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 <rep...@bugs.python.org> <http://bugs.python.org/issue13476> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com