cpython/Lib/distutils/tests
Éric Araujo bee5cef7db Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
..
Setup.sample Merged revisions 73166 via svnmerge from 2009-06-03 10:31:15 +00:00
__init__.py One unit test for distutils is not much, but is more than we had yesterday. 2004-06-15 15:49:46 +00:00
support.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_archive_util.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_bdist.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_bdist_dumb.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_bdist_msi.py Merged revisions 78018,78035-78040,78042-78043,78046,78048-78052,78054,78059,78075-78080 via svnmerge from 2010-03-14 10:23:39 +00:00
test_bdist_rpm.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_bdist_wininst.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_build.py Merged revisions 77704,77752 via svnmerge from 2010-01-29 11:41:03 +00:00
test_build_clib.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_build_ext.py Only hack cmd.library_dirs when running under Py_ENABLE_SHARED. Tested both 2010-10-22 17:17:51 +00:00
test_build_py.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
test_build_scripts.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
test_check.py Merged revisions 71674 via svnmerge from 2009-04-17 14:34:49 +00:00
test_clean.py Merged revisions 78678,78680,78682 via svnmerge from 2010-03-05 03:33:11 +00:00
test_cmd.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_config.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
test_config_cmd.py convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
test_core.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
test_cygwinccompiler.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_dep_util.py Merged revisions 76750 via svnmerge from 2009-12-10 19:37:05 +00:00
test_dir_util.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
test_dist.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
test_extension.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_file_util.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
test_filelist.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_install.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
test_install_data.py Merged revisions 75485 via svnmerge from 2009-10-18 11:34:51 +00:00
test_install_headers.py Merged revisions 75485 via svnmerge from 2009-10-18 11:34:51 +00:00
test_install_lib.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_install_scripts.py convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
test_log.py Oops, add the new test_log.py for distutils test suite (missing part of r81359) 2010-05-19 17:15:50 +00:00
test_msvc9compiler.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
test_register.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
test_sdist.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
test_spawn.py Merged revisions 73147 via svnmerge from 2009-06-02 16:18:55 +00:00
test_sysconfig.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
test_text_file.py Always close files in distutils code and tests (#10252). 2010-11-05 23:51:56 +00:00
test_unixccompiler.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_upload.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_util.py reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. 2010-07-22 12:50:05 +00:00
test_version.py Merged revisions 69902 via svnmerge from 2009-02-23 12:47:55 +00:00
test_versionpredicate.py Whitespace normalization. 2005-03-28 01:08:02 +00:00