STINNER Victor <victor.stin...@gmail.com> added the comment:

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).

----------
nosy: +vstinner

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

Reply via email to