summaryrefslogtreecommitdiff
path: root/Lib/test/autotest.py
Commit message (Expand)AuthorAgeFilesLines
* Cleanup regrtest "main()" functionVictor Stinner2016-03-241-3/+2
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Rehabilitate autotest.py.Tim Peters2000-08-231-1/+4
* Restore old behavior of autotest and testall, using regrtest.Guido van Rossum1997-03-071-163/+3
* Set test_support.verbose to 0, to signal tests only to generateGuido van Rossum1996-12-201-0/+2
* In lieu of harness rewrite, fixed problem with test_thread ImportErrorBarry Warsaw1996-12-181-17/+14
* Print final report, either all tests OK, or list of failed and missingBarry Warsaw1996-12-121-5/+19
* Print a more meaningful message when a test's output file wasn'tBarry Warsaw1996-12-121-1/+5
* Be more careful with the shuffling of stdout.Guido van Rossum1996-12-111-6/+7
* Directory for test output files: Output => outputBarry Warsaw1996-12-101-2/+2
* New regression testing harness.Barry Warsaw1996-12-101-34/+112
* * Mass change: get rid of all init() methods, in favor of __init__()Guido van Rossum1993-12-171-3/+2
* Added some new tests and two new files for testing: test_types.pyGuido van Rossum1992-11-271-0/+68