cpython/Lib/test/libregrtest
Victor Stinner 8b7db5a111
bpo-37473: Don't import importlib ASAP in tests (GH-14661)
bpo-15386, bpo-37473: test_import, regrtest and libregrtest no longer
import importlib as soon as possible, as the first import, "to test
bpo-15386".

It is tested by test_import.test_there_can_be_only_one().

Sort test_import imports.
2019-07-14 19:31:12 +02:00
..
__init__.py bpo-37473: Don't import importlib ASAP in tests (GH-14661) 2019-07-14 19:31:12 +02:00
cmdline.py bpo-37359: Add --cleanup option to python3 -m test (GH-14332) 2019-06-24 12:03:00 +02:00
main.py Remove unused imports in tests (GH-14518) 2019-07-01 18:28:25 +02:00
refleak.py bpo-36725: regrtest: add TestResult type (GH-12960) 2019-04-26 04:08:53 +02:00
runtest.py bpo-36719: regrtest -jN no longer stops on crash (GH-13231) 2019-05-13 19:17:54 +02:00
runtest_mp.py bpo-36915: regrtest always remove tempdir of worker processes (GH-13312) 2019-05-14 15:49:16 +02:00
save_env.py bpo-37421: urllib.request tests call urlcleanup() (GH-14529) 2019-07-02 14:50:19 +02:00
setup.py bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546) 2019-07-02 03:12:18 -04:00
utils.py bpo-37069: regrtest uses sys.unraisablehook (GH-13759) 2019-06-13 01:09:04 +02:00
win_utils.py bpo-36719: regrtest closes explicitly WindowsLoadTracker (GH-12965) 2019-04-26 11:12:26 +02:00