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日 (2017年6月16日) 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