cpython/Lib/distutils/tests
Miss Islington (bot) c63c8ac238
bpo-45046: Support context managers in unittest (GH-28045)
Add methods enterContext() and enterClassContext() in TestCase.
Add method enterAsyncContext() in IsolatedAsyncioTestCase.
Add function enterModuleContext().
(cherry picked from commit 086c6b1b0f)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2022-05-08 08:12:19 -07:00
..
__init__.py
includetest.rst
Setup.sample
support.py
test_archive_util.py
test_bdist.py
test_bdist_dumb.py
test_bdist_rpm.py gh-57684: Update tests for PYTHONSAFEPATH=1 (#92358) 2022-05-06 03:41:24 +02:00
test_build.py
test_build_clib.py
test_build_ext.py bpo-45046: Support context managers in unittest (GH-28045) 2022-05-08 08:12:19 -07:00
test_build_py.py
test_build_scripts.py
test_check.py
test_clean.py
test_cmd.py
test_config.py
test_config_cmd.py
test_core.py
test_cygwinccompiler.py
test_dep_util.py
test_dir_util.py bpo-40280: Skip more tests on Emscripten (GH-31947) 2022-03-17 12:09:57 +01:00
test_dist.py
test_extension.py
test_file_util.py bpo-40280: Block more non-working syscalls in Emscripten (GH-31757) 2022-03-08 12:17:30 +01:00
test_filelist.py
test_install.py
test_install_data.py
test_install_headers.py
test_install_lib.py
test_install_scripts.py
test_log.py
test_msvc9compiler.py
test_msvccompiler.py
test_register.py
test_sdist.py
test_spawn.py
test_sysconfig.py gh-91670: Removes SO config variable in sysconfig.py (#91671) 2022-04-18 14:01:18 -07:00
test_text_file.py
test_unixccompiler.py
test_upload.py
test_util.py
test_version.py
test_versionpredicate.py