cpython/Lib/test
Barry Warsaw 4b722788ae added test of the regex module
[NOTE: testall.py and autotest.py might could go away soon, I've
 played with Guido's new regrtest.py script and it seems to work well.
 I'll wait until Guido gives the word to completely switch over -- and
 change the Makefile too!]
1996-12-20 22:00:21 +00:00
..
output added test of the regex module 1996-12-20 22:00:21 +00:00
autotest.py Set test_support.verbose to 0, to signal tests only to generate 1996-12-20 03:03:01 +00:00
greytest.rgb 8 bit greyscale test file needed for testing imageop and imgfile. 1996-12-20 20:50:10 +00:00
pystone.py /usr/local/bin/python -> /usr/bin/env python 1996-11-27 19:52:01 +00:00
regrtest.py New regression test harness. See usage message / doc string. 1996-12-20 03:12:20 +00:00
test.rawimg Add test code for audioop and rgbimg (includes three binary files!) 1994-01-12 09:55:11 +00:00
test.rawimg.rev Add test code for audioop and rgbimg (includes three binary files!) 1994-01-12 09:55:11 +00:00
test.rgb Add test code for audioop and rgbimg (includes three binary files!) 1994-01-12 09:55:11 +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 Added test for minmax. 1996-12-20 03:13:06 +00:00
test_b1.py avoid math, don't abort when overflow check fails 1995-03-04 22:30:54 +00:00
test_b2.py test for specific bug in vars() 1995-08-11 14:24:35 +00:00
test_builtin.py Initial revision 1992-01-27 17:00:37 +00:00
test_cmath.py New test module for complex math module 1996-12-09 22:59:15 +00:00
test_crypt.py Updated test_crypt test to jive with bwarsaw testing style 1996-12-16 20:44:56 +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_dl.py Added example DL for SGI IRIX. 1996-12-20 03:13:36 +00:00
test_errno.py Revised test for errno ala bwarsaw's testing paradigm. 1996-12-16 20:40:20 +00:00
test_exceptions.py exec() -> exec 1995-08-11 14:24:47 +00:00
test_fcntl.py Added a test script for the fcntl C module. 1996-12-17 17:41:09 +00:00
test_gdbm.py Test script for the GNU dbm module (gdbm) 1996-12-17 19:54:27 +00:00
test_grammar.py avoid math, don't abort when overflow check fails 1995-03-04 22:30:54 +00:00
test_grp.py Test script for the UNIX group file access module (grp) 1996-12-18 19:36:34 +00:00
test_imageop.py Test program for the SGI imageop module. 1996-12-20 20:49:06 +00:00
test_imgfile.py More and better comments. 1996-12-20 21:52:29 +00:00
test_math.py Subtle hack so the eps printed is not dependent on the formatting 1996-08-29 19:00:46 +00:00
test_md5.py * wdbframewin.py (re_eval): set __privileged__ in globals so private 1993-12-14 15:54:01 +00:00
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_nis.py Rewrite without using try-except to break out of two loops. 1996-12-11 16:28:30 +00:00
test_opcodes.py test class exceptions 1995-02-09 10:28:43 +00:00
test_operations.py Initial revision 1992-01-27 17:00:37 +00:00
test_operator.py Test of the operator module 1996-12-18 19:56:22 +00:00
test_pow.py Test set for new pow() function 1994-08-12 13:14:22 +00:00
test_pwd.py Test of the pwd module 1996-12-11 16:53:51 +00:00
test_regex.py added test of the regex module 1996-12-20 22:00:21 +00:00
test_rgbimg.py minor formatting nit 1996-12-11 21:40:04 +00:00
test_select.py A test of the select module that is actually reproduceable! 1996-12-11 23:58:46 +00:00
test_signal.py test signal module 1995-03-16 15:07:38 +00:00
test_strftime.py Import verbose flag from test_support instead of testing __name__. 1996-12-20 03:03:39 +00:00
test_strop.py Added tests of all strop module functions, and touching of module 1996-12-09 21:49:10 +00:00
test_struct.py A test of the struct module 1996-12-12 23:34:06 +00:00
test_support.py Add verbose flag for regression test to clear. 1996-12-20 02:58:22 +00:00
test_thread.py (test_thread.py): modifications to quiet it up when not running as a script. 1996-12-16 23:42:35 +00:00
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 new __import__ module, test reload of built-in module, test 1994-12-30 17:17:46 +00:00
test_xdr.py A test of the _xdrmodule (not the entire xdr.py module). 1996-12-17 00:00:53 +00:00
testall.py added test of the regex module 1996-12-20 22:00:21 +00:00