0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Lib/test
Barry Warsaw 272c00b634 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).
1996-12-10 19:51:10 +00:00
..
autotest.py New regression testing harness. 1996-12-10 19:51:10 +00:00
pystone.py /usr/local/bin/python -> /usr/bin/env python 1996-11-27 19:52:01 +00:00
test_array.py module to test the arraymodule created and added to testall.py 1996-12-09 20:09:16 +00:00
test_audioop.py
test_b1.py
test_b2.py
test_builtin.py
test_cmath.py New test module for complex math module 1996-12-09 22:59:15 +00:00
test_crypt.py new test script for cryptmodule.py 1996-12-09 23:13:45 +00:00
test_dbm.py Added a test script for dbmmodule.c and added it to testall.py and 1996-12-10 00:06:24 +00:00
test_exceptions.py
test_grammar.py
test_math.py
test_md5.py
test_new.py A test of the `new' module. The new.code() test is fairly bogus since 1996-12-10 16:28:53 +00:00
test_opcodes.py
test_operations.py
test_pow.py
test_rgbimg.py
test_select.py
test_signal.py
test_strop.py Added tests of all strop module functions, and touching of module 1996-12-09 21:49:10 +00:00
test_support.py
test_thread.py
test_time.py test of time module. not terribly fancy, but it does touch every 1996-12-06 23:30:07 +00:00
test_types.py
test.rawimg
test.rawimg.rev
test.rgb
testall.py New regression testing harness. 1996-12-10 19:51:10 +00:00