[Python-checkins] [python/cpython] a49c93: bpo-30523: regrtest: Add --list-cases option (#223...

GitHub noreply at github.com
Fri Jun 16 05:36:20 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: a49c935cfd6b4f8ea1f750888dd9260bbf5b9980
      https://github.com/python/cpython/commit/a49c935cfd6b4f8ea1f750888dd9260bbf5b9980
  Author: mlouielu <git at louie.lu>
  Date:   2017-06-16 (Fri, 16 Jun 2017)

  Changed paths:
    M Lib/test/libregrtest/cmdline.py
    M Lib/test/libregrtest/main.py
    M Lib/test/libregrtest/runtest.py

  Log Message:
  -----------
  bpo-30523: regrtest: Add --list-cases option (#2238)

* bpo-30523: regrtest: Add --list-cases option

* bpo-30523: Enhance --list-cases

* Add get_abs_module() function, use it in list_cases()
* list_cases() now logs skipped tests into stderr

* Remove unused doctest




More information about the Python-checkins mailing list