cpython/Lib/test/libregrtest
Victor Stinner 3aac0adfe0 Cleanup regrtest "main()" function
* Rename libregrtest.main_in_temp_cwd() to libregrtest.main()
* Add regrtest.main_in_temp_cwd() alias to libregrtest.main()
* Move old main_in_temp_cwd() code into libregrtest.Regrtest.main()
* Update multiple scripts to call libregrtest.main()
2016-03-24 17:53:20 +01:00
..
__init__.py Cleanup regrtest "main()" function 2016-03-24 17:53:20 +01:00
cmdline.py
main.py Cleanup regrtest "main()" function 2016-03-24 17:53:20 +01:00
refleak.py
runtest.py regrtest: display test duration in sequential mode 2016-03-23 12:14:10 +01:00
runtest_mp.py regrtest: when parallel tests are interrupted, display progress 2016-03-24 12:04:15 +01:00
save_env.py
setup.py regrtest: Fix module.__path__ 2016-03-15 23:08:44 +01:00