cpython/Lib/distutils/tests
Antoine Pitrou 78be2f4e01 Issue #8876: distutils now falls back to copying files when hard linking doesn't work.
This allows use with special filesystems such as VirtualBox shared folders.
2014-10-30 19:37:07 +01:00
..
Setup.sample
__init__.py
setuptools_build_ext.py
setuptools_extension.py
support.py - Issue #17752: Fix distutils tests when run from the installed location. 2014-05-07 04:41:26 +02:00
test_archive_util.py Issue #19600: Use specific asserts in distutils tests. 2013-11-17 00:29:27 +02:00
test_bdist.py
test_bdist_dumb.py
test_bdist_msi.py
test_bdist_rpm.py #22512: move distutils rpm test's .rpmdb to testing tmpdir. 2014-09-30 20:57:24 -04:00
test_bdist_wininst.py Issue #19600: Use specific asserts in distutils tests. 2013-11-17 00:29:27 +02:00
test_build.py
test_build_clib.py Issue #19492: Silently skipped distutils tests now reported as skipped. 2013-12-18 16:45:37 +02:00
test_build_ext.py Issue #21811: Anticipated fixes to 3.x and 2.7 for OS X 10.10 Yosemite. 2014-06-25 13:33:57 -07:00
test_build_py.py
test_build_scripts.py Issue #19600: Use specific asserts in distutils tests. 2013-11-17 00:29:27 +02:00
test_ccompiler.py Issue #19492: Silently skipped distutils tests now reported as skipped. 2013-12-18 16:45:37 +02:00
test_check.py Issue #19492: Silently skipped distutils tests now reported as skipped. 2013-12-18 16:45:37 +02:00
test_clean.py Issue #19600: Use specific asserts in distutils tests. 2013-11-17 00:29:27 +02:00
test_cmd.py
test_config.py Issue #12226: HTTPS is now used by default when connecting to PyPI. 2013-12-22 01:35:53 +01:00
test_config_cmd.py Issue #19492: Silently skipped distutils tests now reported as skipped. 2013-12-18 16:45:37 +02:00
test_core.py
test_dep_util.py
test_dir_util.py
test_dist.py test_distutils: remove the test file in DistributionTestCase.test_debug_mode() 2014-09-11 17:52:58 +02:00
test_file_util.py Issue #8876: distutils now falls back to copying files when hard linking doesn't work. 2014-10-30 19:37:07 +01:00
test_filelist.py
test_install.py Issue #19492: Silently skipped distutils tests now reported as skipped. 2013-12-18 16:45:37 +02:00
test_install_data.py
test_install_headers.py
test_install_lib.py Issue #19600: Use specific asserts in distutils tests. 2013-11-17 00:29:27 +02:00
test_install_scripts.py Issue #19600: Use specific asserts in distutils tests. 2013-11-17 00:29:27 +02:00
test_msvc9compiler.py Issue #19600: Use specific asserts in distutils tests. 2013-11-17 00:29:27 +02:00
test_register.py Issue #19600: Use specific asserts in distutils tests. 2013-11-17 00:29:27 +02:00
test_sdist.py Issue #19492: Silently skipped distutils tests now reported as skipped. 2013-12-18 16:45:37 +02:00
test_spawn.py
test_sysconfig.py Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler 2014-07-06 16:11:44 -07:00
test_text_file.py
test_unixccompiler.py Issue #19492: Silently skipped distutils tests now reported as skipped. 2013-12-18 16:45:37 +02:00
test_upload.py #10510: make distuitls upload/register use HTML standards compliant CRLF. 2014-09-27 16:59:04 -04:00
test_util.py Avoid “error: None” messages from distutils (#4931). 2014-03-12 03:14:48 -04:00
test_version.py
test_versionpredicate.py