mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
14167031eb
* use unittest.main() instead of run_unittest(test_suite()) to run tests from modules via the CLI * add explicit load_tests() to load doctests * use test.support.load_package_tests() to load tests in submodules of distutils.tests * removes no longer needed test_suite() functions
This directory contains the Distutils package.
There's a full documentation available at:
https://docs.python.org/distutils/
The Distutils-SIG web page is also a good starting point:
https://www.python.org/sigs/distutils-sig/
$Id$