cpython/Lib/distutils/tests
Fred Drake d04573fef0 This allows additional commands to be provided for existing setup.py
scripts without modifying either the distutils installation or the
setup.py scripts of packages with which the new commands will be used.

Specifically, an option is added to distutils that allows additional
packages to be searched for command implementations in addition to
distutils.command.  The additional packages can be specified on the
command line or via the installation or personal configuration files
already loaded by distutils.

For discussion, see the thread starting with:

http://mail.python.org/pipermail/distutils-sig/2004-August/004112.html

This closes SF patch #102241.
2004-08-03 16:37:40 +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 move support code to a helper module to ease re-use 2004-06-17 20:14:50 +00:00
test_build_py.py elaborate package data test to make sure get_outputs() gives the right 2004-07-21 18:53:06 +00:00
test_build_scripts.py add boilerplate so the test modules can be run as scripts 2004-06-25 19:04:21 +00:00
test_dist.py This allows additional commands to be provided for existing setup.py 2004-08-03 16:37:40 +00:00
test_install.py Make distutils "install --home" support all platforms. 2004-06-25 23:02:59 +00:00
test_install_scripts.py add boilerplate so the test modules can be run as scripts 2004-06-25 19:04:21 +00:00