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 vstinner
Recipients ezio.melotti, jonash, michael.foord, pitrou, rbcollins, vstinner
Date 2017-11-20.23:43:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511221413.78.0.213398074469.issue32071@psf.upfronthosting.co.za>
In-reply-to
Content
The internal Python test runner "regrtest" already implements the feature as the -m MATCH option and --matchfile FILENAME option. It's implemented in test.support._match_file().

See bpo-31324 for a recent issue on this feature: performance issue (it's going to be fixed).
History
Date User Action Args
2017-11-20 23:43:33vstinnersetrecipients: + vstinner, pitrou, rbcollins, ezio.melotti, michael.foord, jonash
2017-11-20 23:43:33vstinnersetmessageid: <1511221413.78.0.213398074469.issue32071@psf.upfronthosting.co.za>
2017-11-20 23:43:33vstinnerlinkissue32071 messages
2017-11-20 23:43:33vstinnercreate