COMMITS
/ Lib/test/autotest.py September 11, 2023
V
gh-109162: libregrtest: use relative imports (#109250)
Victor Stinner committed
March 24, 2016
V
Cleanup regrtest "main()" function
Victor Stinner committed
July 30, 2002
B
Complete the absolute import patch for the test suite. All relative
Barry Warsaw committed
August 23, 2000
T
Rehabilitate autotest.py.
Tim Peters committed
March 7, 1997
G
Restore old behavior of autotest and testall, using regrtest.
Guido van Rossum committed
December 20, 1996
G
Set test_support.verbose to 0, to signal tests only to generate
Guido van Rossum committed
December 18, 1996
B
In lieu of harness rewrite, fixed problem with test_thread ImportError
Barry Warsaw committed
December 12, 1996
B
Print final report, either all tests OK, or list of failed and missing
Barry Warsaw committed
B
Print a more meaningful message when a test's output file wasn't
Barry Warsaw committed
December 11, 1996
G
Be more careful with the shuffling of stdout.
Guido van Rossum committed
December 10, 1996
B
Directory for test output files: Output => output
Barry Warsaw committed
B
New regression testing harness.
Barry Warsaw committed
December 17, 1993
G
* Mass change: get rid of all init() methods, in favor of __init__()
Guido van Rossum committed
November 27, 1992
G
Added some new tests and two new files for testing: test_types.py
Guido van Rossum committed