]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40275: Use new test.support helper submodules in tests (GH-21314)
authorHai Shi <shihai1992@gmail.com>
Mon, 6 Jul 2020 09:12:49 +0000 (17:12 +0800)
committerGitHub <noreply@github.com>
Mon, 6 Jul 2020 09:12:49 +0000 (11:12 +0200)
commit883bc638335a57a6e6a6344c2fc132c4f9a0ec42
tree1dd74a4aeeb80d8b85ff18de700763199a7bc1bc
parent9ce8132e1f2339cfe116dfd4795574182c2245b4
bpo-40275: Use new test.support helper submodules in tests (GH-21314)
19 files changed:
Lib/test/pickletester.py
Lib/test/test_binhex.py
Lib/test/test_bufio.py
Lib/test/test_capi.py
Lib/test/test_compileall.py
Lib/test/test_fileio.py
Lib/test/test_heapq.py
Lib/test/test_httplib.py
Lib/test/test_importlib/util.py
Lib/test/test_io.py
Lib/test/test_json/__init__.py
Lib/test/test_json/test_tool.py
Lib/test/test_netrc.py
Lib/test/test_nis.py
Lib/test/test_pickle.py
Lib/test/test_py_compile.py
Lib/test/test_sqlite.py
Lib/test/test_univnewlines.py
Lib/test/test_uuid.py