cpython/Lib/distutils/tests
Ronald Oussoren e8d252dbcb Ensure that the Makefile variable expansion
in distutils.sysconfig matches that in the
toplevel sysconfig module.

Without this patch universal builds on OSX are
broken.

Als add a test that checks that the two version
of get_config_vars agree on important values.
2010-07-23 09:43:17 +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 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.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_scripts.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_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 Merged revisions 75485 via svnmerge from 2009-10-18 11:34:51 +00:00
test_config_cmd.py convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
test_core.py Merged revisions 75485 via svnmerge from 2009-10-18 11:34:51 +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 Merged revisions 73008 via svnmerge from 2009-05-29 09:14:04 +00:00
test_dist.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_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 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_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 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_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 forgot to add the win32 test in the unittest skip call 2009-12-21 23:16:09 +00:00
test_register.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_sdist.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_spawn.py Merged revisions 73147 via svnmerge from 2009-06-02 16:18:55 +00:00
test_sysconfig.py Ensure that the Makefile variable expansion 2010-07-23 09:43:17 +00:00
test_text_file.py Merged revisions 69874 via svnmerge from 2009-02-22 20:05:16 +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