]> granicus.if.org Git - python/commit
New regression testing harness.
authorBarry Warsaw <barry@python.org>
Tue, 10 Dec 1996 19:51:10 +0000 (19:51 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 10 Dec 1996 19:51:10 +0000 (19:51 +0000)
commit272c00b634d08fe7813a994f8ba78077c6b7094c
treef8d7ba8f2e58fe75a3f5ccebab1971c53c0e1259
parent0aa9ee65ab66627c2d065d213090aec93e634ee9
New regression testing harness.

(testall.out): obsolete.  see individual test output files in the
Output directory.

(testall.py): now contains only the list of all tests

(autotest.py): The new testing harness.  Supports -g option to
generate output files instead of verifying; -w option to warn about
non-tested optional modules; additional command line arguments to
generate or test individual tests (useful for generating output file
of new tests).
Lib/test/autotest.py
Lib/test/testall.out [deleted file]
Lib/test/testall.py