mirror of
https://github.com/python/cpython.git
synced 2026-05-11 23:18:57 -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