cpython/Lib/test/support
Victor Stinner ace56d5836 bpo-30523: regrtest --list-cases --match (#2401)
* regrtest --list-cases now supports --match and --match-file options.
  Example: ./python -m test --list-cases -m FileTests test_os
* --list-cases now also sets support.verbose to False to prevent
  messages to stdout when loading test modules.
* Add support._match_test() private function.
2017-06-26 14:18:51 +02:00
..
__init__.py bpo-30523: regrtest --list-cases --match (#2401) 2017-06-26 14:18:51 +02:00
script_helper.py bpo-28180: Implementation for PEP 538 (#659) 2017-06-11 13:16:15 +10:00