cpython/Lib/distutils/tests
Victor Stinner 22de4ce498
bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12751)
Set CUSTOMIZED_OSX_COMPILER to True to disable
_osx_support.customize_compiler().
2019-04-09 19:54:10 +02:00
..
Setup.sample Remove unnecessary executable bit on one distutils file 2011-06-04 20:45:33 +02:00
__init__.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
includetest.rst bpo-31292: Fixed distutils check --restructuredtext for include directives (GH-10605) 2019-03-27 15:23:19 -07:00
setuptools_build_ext.py files used by win32 tests 2010-03-06 01:27:09 +00:00
setuptools_extension.py files used by win32 tests 2010-03-06 01:27:09 +00:00
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 [2.7] bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419). (GH-10950) 2018-12-06 00:02:10 +02:00
test_bdist.py Make bdist_* commands respect --skip-build passed to bdist (#10946) 2011-08-30 01:48:59 +02:00
test_bdist_dumb.py [2.7] bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419). (GH-10950) 2018-12-06 00:02:10 +02:00
test_bdist_msi.py Backout buggy patch for #13719 2012-03-07 21:00:44 +01:00
test_bdist_rpm.py Fix spelling in code comments 2016-12-18 05:27:49 +00:00
test_bdist_wininst.py Issue #19600: Use specific asserts in distutils tests. 2013-11-17 00:29:27 +02:00
test_build.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
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 test_distutils: test_build_ext uses EnvironGuard (#1458) 2017-05-04 18:10:09 +02:00
test_build_py.py Issue #19286: Adding test demonstrating the failure when a directory is found in the package_data globs. 2013-11-02 11:29:33 -04:00
test_build_scripts.py Issue #19600: Use specific asserts in distutils tests. 2013-11-17 00:29:27 +02:00
test_ccompiler.py bpo-31955: Fix distutils CCompiler.set_executable() for Unicode (GH-4316) 2017-11-08 07:48:48 -08:00
test_check.py bpo-31292: Fixed distutils check --restructuredtext for include directives (GH-10605) 2019-03-27 15:23:19 -07:00
test_clean.py Issue #19600: Use specific asserts in distutils tests. 2013-11-17 00:29:27 +02:00
test_cmd.py condense two tests with the same name (closes #19114) 2013-09-29 11:13:27 -04:00
test_config.py Switch upload.pypi.io to upload.pypi.org 2016-08-03 18:58:12 -04: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 Issue #25607: Restore old distutils logging threshold after running tests that 2015-11-12 19:46:23 +02:00
test_dep_util.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_dir_util.py Ignore .nfs* files in distutils (#7719). 2012-07-03 01:12:42 -04:00
test_dist.py Issue #25607: Restore old distutils logging threshold after running tests that 2015-11-12 19:46:23 +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 Fix long-standing bugs with MANIFEST.in parsing on Windows (#6884). 2012-02-25 16:13:53 +01:00
test_install.py test_distutils: use EnvironGuard (#1433) 2017-05-03 17:28:10 +02:00
test_install_data.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_install_headers.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
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 #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
test_register.py Issue #19600: Use specific asserts in distutils tests. 2013-11-17 00:29:27 +02:00
test_sdist.py [2.7] bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419). (GH-10950) 2018-12-06 00:02:10 +02:00
test_spawn.py bpo-34530: Fix distutils find_executable() (GH-9049) (GH-9058) 2018-09-04 11:40:29 +02:00
test_sysconfig.py bpo-36235: Fix distutils test_customize_compiler() on macOS (GH-12751) 2019-04-09 19:54:10 +02:00
test_text_file.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_unixccompiler.py Issue #27076: Doc, comment and test function name spelling fixes 2016-05-26 05:28:50 +00:00
test_upload.py bpo-32304: Fix distutils upload for tar files ending with b'\r' (GH-5264) (GH-5331) 2018-01-29 09:31:32 -05:00
test_util.py bpo-10496: distutils check_environ() handles getpwuid() error (GH-10931) (GH-11213) 2018-12-18 17:34:51 +01:00
test_version.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00
test_versionpredicate.py Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge from 2011-02-03 00:12:18 +00:00