]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40275: Use new test.support helper submodules in tests (GH-21448)
authorHai Shi <shihai1992@gmail.com>
Mon, 3 Aug 2020 16:49:18 +0000 (00:49 +0800)
committerGitHub <noreply@github.com>
Mon, 3 Aug 2020 16:49:18 +0000 (18:49 +0200)
commit4660597b51b3d14ce6269d0ed865ab7e22c6ae1f
tree00ab23106abb1d0023e261685dc4f2077002aabd
parentbb0424b122e3d222a558bd4177ce37befd3e0347
bpo-40275: Use new test.support helper submodules in tests (GH-21448)
20 files changed:
Lib/test/test_argparse.py
Lib/test/test_asyncgen.py
Lib/test/test_clinic.py
Lib/test/test_codecs.py
Lib/test/test_doctest.py
Lib/test/test_exceptions.py
Lib/test/test_ftplib.py
Lib/test/test_gc.py
Lib/test/test_genericpath.py
Lib/test/test_imghdr.py
Lib/test/test_mimetypes.py
Lib/test/test_ntpath.py
Lib/test/test_operator.py
Lib/test/test_optparse.py
Lib/test/test_peg_generator/test_c_parser.py
Lib/test/test_queue.py
Lib/test/test_spwd.py
Lib/test/test_stat.py
Lib/test/test_tokenize.py
Lib/test/test_webbrowser.py