[New-bugs-announce] [issue12626] run test cases based on a glob filter

Antoine Pitrou report at bugs.python.org
Sat Jul 23 23:48:06 CEST 2011


New submission from Antoine Pitrou <pitrou at 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 <report at bugs.python.org>
<http://bugs.python.org/issue12626>
_______________________________________


More information about the New-bugs-announce mailing list