cpython/Lib/distutils/tests
Tarek Ziadé 5da9a51d9d fixed test_make_distribution so it runs on any platform, as long as tar an gzip are available 2009-01-29 23:49:17 +00:00
..
__init__.py
support.py
test_build_ext.py Issue #3925: Ignores shutil.rmtree error on cygwin too. 2008-09-21 20:48:41 +00:00
test_build_py.py
test_build_scripts.py
test_config.py fixed #4400 : distutils .pypirc default generated file was broken. 2008-12-24 19:10:05 +00:00
test_core.py
test_dist.py fixed #4646 : distutils was choking on empty options arg in the setup function. 2008-12-29 22:23:53 +00:00
test_install.py
test_install_scripts.py
test_msvc9compiler.py Issue #4864: test_msvc9compiler failed on VC6/7. 2009-01-07 09:42:28 +00:00
test_register.py fixed #4394 make the storage of the password optional in .pypirc 2009-01-08 23:56:31 +00:00
test_sdist.py fixed test_make_distribution so it runs on any platform, as long as tar an gzip are available 2009-01-29 23:49:17 +00:00
test_sysconfig.py
test_upload.py fixed #4394 make the storage of the password optional in .pypirc 2009-01-08 23:56:31 +00:00
test_versionpredicate.py