New submission from Antoine Pitrou <pit...@free.fr>:

This patch allows to only run tests which satisfy a glob filter, using the 
--match (-m) option to regrtest. For example:

  ./python -m test -m "*Signal*" -v test_io

will execute all the signal-related tests in test_io.

----------
components: Tests
files: regrtestglob.patch
keywords: patch
messages: 141022
nosy: ezio.melotti, michael.foord, pitrou
priority: normal
severity: normal
stage: patch review
status: open
title: run test cases based on a glob filter
type: feature request
versions: Python 3.2, Python 3.3
Added file: http://bugs.python.org/file22735/regrtestglob.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12626>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to