| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [3.11] gh-111309: Use unittest to collect and run distutils tests (GH-111311) | Serhiy Storchaka | 2023-10-25 | 1 | -5/+1 |
| | | | | | | | | | * 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 | ||||
| * | bpo-5846: Do not use obsolete unittest functions. (GH-28303) | Serhiy Storchaka | 2021-09-13 | 1 | -1/+1 |
| | | | | | Get rid of use of makeSuite() and findTestCases(). Also make test_math and test_threading_local discoverable. | ||||
| * | Issue #19600: Use specific asserts in distutils tests. | Serhiy Storchaka | 2013-11-16 | 1 | -5/+5 |
| | | |||||
| * | Make sure each test can be run standalone (./python Lib/distutils/tests/x.py) | Éric Araujo | 2010-11-06 | 1 | -1/+2 |
| | | |||||
| * | Of course, I forgot one file in r86223. | Éric Araujo | 2010-11-05 | 1 | -2/+4 |
| | | |||||
| * | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -7/+7 |
| | | |||||
| * | make sure distutils logging is shut off in tests to avoid spurious output | Fred Drake | 2004-08-03 | 1 | -1/+3 |
| | | |||||
| * | add boilerplate so the test modules can be run as scripts | Fred Drake | 2004-06-25 | 1 | -1/+3 |
| | | |||||
| * | move support code to a helper module to ease re-use | Fred Drake | 2004-06-17 | 1 | -34/+7 |
| | | |||||
| * | add a test that actually installs some scripts | Fred Drake | 2004-06-15 | 1 | -0/+56 |
| | | |||||
| * | One unit test for distutils is not much, but is more than we had yesterday. | Fred Drake | 2004-06-15 | 1 | -0/+46 |
| We need to write more; hopefully the barrier is a little lower now. | |||||
