cpython/Lib/distutils/tests
Tarek Ziadé 0cfef2c3a4 forgot to commit a file in previous commit (r74994, issue #6954) 2009-09-21 13:49:57 +00:00
..
Setup.sample added some tests for distutils.extension + code cleanup 2009-06-03 10:26:26 +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 forgot to commit a file in previous commit (r74994, issue #6954) 2009-09-21 13:49:57 +00:00
test_archive_util.py #6026 - fix tests that failed without zlib 2009-09-12 14:43:43 +00:00
test_bdist.py Fixed #5095: msi missing from Distutils bdist formats 2009-04-05 22:51:09 +00:00
test_bdist_dumb.py #6026 - fix tests that failed without zlib 2009-09-12 14:43:43 +00:00
test_bdist_rpm.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_bdist_wininst.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_build.py Added test coverage for distutils.command.build 2009-07-10 09:57:15 +00:00
test_build_clib.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_build_ext.py Fixed distutils test. 2009-07-12 02:04:47 +00:00
test_build_py.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_build_scripts.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_ccompiler.py improved distutils test coverage: now the DEBUG mode is covered too (will help fix the issue #6954 in py3k branch) 2009-09-21 12:19:07 +00:00
test_check.py DistutilsSetupError was not raised when one single warning occured 2009-04-17 14:29:56 +00:00
test_clean.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_cmd.py improved distutils test coverage: now the DEBUG mode is covered too (will help fix the issue #6954 in py3k branch) 2009-09-21 12:19:07 +00:00
test_config.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_config_cmd.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_core.py improved distutils test coverage: now the DEBUG mode is covered too (will help fix the issue #6954 in py3k branch) 2009-09-21 12:19:07 +00:00
test_cygwinccompiler.py #6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions) 2009-07-16 15:35:45 +00:00
test_dir_util.py Fixed #6131: test_modulefinder leaked when run after test_distutils 2009-05-29 08:08:07 +00:00
test_dist.py #6954: Fixed crash when using DISTUTILS_DEBUG flag in Distutils. 2009-09-21 13:41:08 +00:00
test_emxccompiler.py #6466 refactored distutils duplicate get_versions() functions (used to get gcc/ld/dllwrap versions) 2009-07-16 15:35:45 +00:00
test_extension.py more cleanup and test coverage for distutils.extension 2009-06-03 11:12:08 +00:00
test_file_util.py basic tests to raise distutils.file_util coverage 2009-07-03 19:01:12 +00:00
test_filelist.py improved distutils test coverage: now the DEBUG mode is covered too (will help fix the issue #6954 in py3k branch) 2009-09-21 12:19:07 +00:00
test_install.py improved distutils test coverage: now the DEBUG mode is covered too (will help fix the issue #6954 in py3k branch) 2009-09-21 12:19:07 +00:00
test_install_data.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_install_headers.py added tests to the install_headers command 2009-03-31 20:55:21 +00:00
test_install_lib.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_install_scripts.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_msvc9compiler.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_register.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_sdist.py #6026 - fix tests that failed without zlib 2009-09-12 14:43:43 +00:00
test_spawn.py improved distutils.spawn test coverage + cleaned it up 2009-06-02 15:58:43 +00:00
test_sysconfig.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_text_file.py removing map and lambda usage, so the test is similar to py3k's branch one 2009-02-22 20:11:46 +00:00
test_unixccompiler.py Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompiler 2009-09-09 08:14:20 +00:00
test_upload.py convert usage of fail* to assert* 2009-06-30 22:57:08 +00:00
test_util.py Update distutils.util tests after my changes 2009-09-15 21:24:07 +00:00
test_version.py more test coverage 2009-02-23 12:41:29 +00:00
test_versionpredicate.py Whitespace normalization. 2005-03-28 01:08:02 +00:00