This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients ezio.melotti, michael.foord, pitrou
Date 2011-07-23.21:48:05
SpamBayes Score 2.834479e-06
Marked as misclassified No
Message-id <1311457686.18.0.680681254529.issue12626@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-07-23 21:48:06pitrousetrecipients: + pitrou, ezio.melotti, michael.foord
2011-07-23 21:48:06pitrousetmessageid: <1311457686.18.0.680681254529.issue12626@psf.upfronthosting.co.za>
2011-07-23 21:48:05pitroulinkissue12626 messages
2011-07-23 21:48:05pitroucreate