cpython/Lib/test/libregrtest
mlouielu a49c935cfd 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
2017-06-16 11:36:19 +02:00
..
__init__.py
cmdline.py bpo-30523: regrtest: Add --list-cases option (#2238) 2017-06-16 11:36:19 +02:00
main.py bpo-30523: regrtest: Add --list-cases option (#2238) 2017-06-16 11:36:19 +02:00
refleak.py bpo-29638: Fix spurious refleaks after typing is imported (#469) 2017-03-05 20:15:20 +02:00
runtest.py bpo-30523: regrtest: Add --list-cases option (#2238) 2017-06-16 11:36:19 +02:00
runtest_mp.py bpo-30258: regrtest: Fix run_tests_multiprocess() (#1479) 2017-05-09 11:34:01 +02:00
save_env.py regrtest: always show before/after of modified env (#1192) 2017-04-20 00:57:30 +02:00
setup.py