cpython/Lib/test
Guido van Rossum e2d4dd194b Use fuzzy comparison from test_support to compare outcome of
pow(x,y,z) to pow(x,y)%z.
1997-11-24 22:24:22 +00:00
..
output Tests for tokenize.py (Ka-Ping Yee) 1997-10-27 22:15:06 +00:00
__init__.py Add __init__.py to test package. 1997-11-06 15:41:23 +00:00
audiotest.au
autotest.py
greyrgb.uue
pystone.py Separate out a function pystones(loops=LOOPS) which runs the benchmark 1997-11-06 15:45:05 +00:00
re_tests.py Added tests for \b, \B (AMK). 1997-08-15 15:44:58 +00:00
regex_tests.py 1.5a3 prerelease 1 from AMK 1997-08-13 22:34:14 +00:00
regrtest.py Catch KeyboardInterrupt separately and propagate it, instead of 1997-10-20 23:46:54 +00:00
test_al.py
test_array.py Use `...` around binary strings. 1997-10-07 21:22:48 +00:00
test_audioop.py Fix ratecv test (Sjoerd). 1997-05-21 14:27:20 +00:00
test_b1.py Added tests of the new builtin functions issubclass() and isinstance() 1997-08-22 21:27:03 +00:00
test_b2.py The reload(sys) test no longer works due to changes in the import 1997-08-02 03:19:26 +00:00
test_binascii.py
test_binhex.py
test_bsddb.py
test_builtin.py
test_cd.py
test_cl.py
test_cmath.py
test_crypt.py
test_dbm.py
test_dl.py
test_errno.py
test_exceptions.py Expanded r() function to handle class exceptions. 1997-08-29 21:58:25 +00:00
test_fcntl.py Finally found a wat to set a file nonblocking that works on Irix, 1997-05-12 22:15:52 +00:00
test_gdbm.py
test_gl.py
test_grammar.py
test_grp.py
test_imageop.py Fix path search for test data file so it works under more circumstances. 1997-10-01 22:10:32 +00:00
test_imgfile.py
test_math.py
test_md5.py
test_new.py
test_nis.py Catch nis.error and raise TestFailed instead. This catches the 1997-05-15 18:27:49 +00:00
test_opcodes.py There was actually a test that ensured that raising an exception A 1997-10-01 04:41:05 +00:00
test_operations.py
test_operator.py
test_pkg.py Add empty __init__.py files to the test packages so the new policy 1997-10-31 18:33:41 +00:00
test_pow.py Use fuzzy comparison from test_support to compare outcome of 1997-11-24 22:24:22 +00:00
test_pwd.py More robust way of choosing a non-existant uid (faster, too). 1997-05-20 19:32:22 +00:00
test_re.py Change test for re.sub() involving g<...> to use a multi-character 1997-10-08 04:05:08 +00:00
test_regex.py AMK's regex test suite 1997-06-03 18:07:49 +00:00
test_rgbimg.py Look for uuencoded test files in the directory containing this module, too. 1997-09-07 16:54:34 +00:00
test_rotor.py Oops. Of course, print b should also be print `b`. :-( 1997-08-18 13:42:28 +00:00
test_select.py os2 patch by Jeff Rush 1997-11-22 21:53:48 +00:00
test_signal.py os2 patch by Jeff Rush 1997-11-22 21:53:48 +00:00
test_socket.py Fixed test for socket.error to work when it's a class exception. 1997-10-01 04:39:05 +00:00
test_strftime.py Tweaks to cope with strftime returning 0 without error for %Z 1997-08-18 15:37:38 +00:00
test_strop.py
test_struct.py
test_sunaudiodev.py
test_support.py
test_thread.py Nit: round delays to 0.1 second. 1997-07-18 23:50:22 +00:00
test_time.py Tweaks to cope with strftime returning 0 without error for %Z 1997-08-18 15:37:38 +00:00
test_timing.py
test_tokenize.py Tests for tokenize.py (Ka-Ping Yee) 1997-10-27 22:15:06 +00:00
test_types.py Added separate tests for {}.get(). 1997-10-20 20:10:43 +00:00
test_unpack.py regression test for new sequence unpacking semantics 1997-08-25 22:17:45 +00:00
test_zlib.py Many more tests, including tests of many optional arguments. 1997-09-04 23:41:37 +00:00
testall.py
testimg.uue
testimgr.uue
testrgb.uue
tokenize_tests.py Tests for tokenize.py (Ka-Ping Yee) 1997-10-27 22:15:06 +00:00