[Python-checkins] [python/cpython] ace56d: bpo-30523: regrtest --list-cases --match (#2401)

GitHub noreply at github.com
Mon Jun 26 08:18:52 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: ace56d583664f855d89d1219ece7c21c2fddcf30
      https://github.com/python/cpython/commit/ace56d583664f855d89d1219ece7c21c2fddcf30
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-06-26 (Mon, 26 Jun 2017)

  Changed paths:
    M Lib/test/libregrtest/main.py
    M Lib/test/support/__init__.py
    M Lib/test/test_regrtest.py

  Log Message:
  -----------
  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.




More information about the Python-checkins mailing list