cpython/Lib/distutils/tests
Thomas Wouters 2fab8f1abb Fix test_distutils to not fail when running 'make test' from a Python build
directory that is not the source directory (ie, one created using
'/path/to/source/configure'.) Leaves this test very slightly degraded in
that particular case, compared to the build-in-sourcedir case, but that case
isn't a particularly strong test either: neither test the actual path that
will be used after installing. There isn't a particularly good way to test
this, and a poor test beats a failing test.
2008-04-05 23:39: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 make sure distutils logging is shut off in tests to avoid spurious output 2004-08-03 18:53:07 +00:00
test_build_py.py SF 1668596/1720897: distutils now copies data files 2007-06-01 07:29:12 +00:00
test_build_scripts.py Add missing executable option to DummyCommand. 2004-08-26 05:44:02 +00:00
test_core.py stupid, stupid, stupid! 2008-04-04 11:38:51 +00:00
test_dist.py Patch #2167 from calvin: Remove unused imports 2008-02-23 17:40:11 +00:00
test_install.py Make distutils "install --home" support all platforms. 2004-06-25 23:02:59 +00:00
test_install_scripts.py make sure distutils logging is shut off in tests to avoid spurious output 2004-08-03 18:53:07 +00:00
test_sysconfig.py Fix test_distutils to not fail when running 'make test' from a Python build 2008-04-05 23:39:15 +00:00
test_versionpredicate.py Whitespace normalization. 2005-03-28 01:08:02 +00:00