Message306601
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). |
|
| Date |
User |
Action |
Args |
| 2017-11-20 23:43:33 | vstinner | set | recipients:
+ vstinner, pitrou, rbcollins, ezio.melotti, michael.foord, jonash |
| 2017-11-20 23:43:33 | vstinner | set | messageid: <[email protected]> |
| 2017-11-20 23:43:33 | vstinner | link | issue32071 messages |
| 2017-11-20 23:43:33 | vstinner | create | |
|