cpython/Lib/test
Barry Warsaw dbfb8d4626 Rewrite the `hostname mismatch' test as per GvR suggestion.
Don't assume gethostbyaddr()'s primary hostname is the same as
gethostname(), or even that gethostname() can be found in the list of
hosts returned by gethostbyaddr().  We do test for at least one FQDN
in gethostbyaddr().
1997-01-13 19:35:39 +00:00
..
output Test of the sunaudiodev module -- it simply plays a sound if it can 1997-01-07 21:05:29 +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_al.py This is a very inobstrusive test for the existance of the al module and all 1997-01-03 22:39:03 +00:00
test_array.py Many scripts, but small changes. Update the way the scripts obtain the 1996-12-20 22:36:52 +00:00
test_audioop.py Updated to include the verbose flag from test_support 1997-01-03 19:20:17 +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_cd.py This is a very inobstrusive test for the existance of the SGI cd module 1997-01-03 23:00:13 +00:00
test_cmath.py Very very small comment change. 1996-12-20 22:39:24 +00:00
test_crypt.py Many scripts, but small changes. Update the way the scripts obtain the 1996-12-20 22:36:52 +00:00
test_dbm.py Many scripts, but small changes. Update the way the scripts obtain the 1996-12-20 22:36:52 +00:00
test_dl.py Many scripts, but small changes. Update the way the scripts obtain the 1996-12-20 22:36:52 +00:00
test_errno.py Many scripts, but small changes. Update the way the scripts obtain the 1996-12-20 22:36:52 +00:00
test_exceptions.py exec() -> exec 1995-08-11 14:24:47 +00:00
test_fcntl.py Many scripts, but small changes. Update the way the scripts obtain the 1996-12-20 22:36:52 +00:00
test_gdbm.py Many scripts, but small changes. Update the way the scripts obtain the 1996-12-20 22:36:52 +00:00
test_gl.py Some small changes. 1997-01-03 22:42:08 +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 Many scripts, but small changes. Update the way the scripts obtain the 1996-12-20 22:36:52 +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 test_rotor.py: New test of the rotor module. 1996-12-23 23:39:42 +00:00
test_nis.py test_rotor.py: New test of the rotor module. 1996-12-23 23:39:42 +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_rotor.py: New test of the rotor module. 1996-12-23 23:39:42 +00:00
test_pow.py Test set for new pow() function 1994-08-12 13:14:22 +00:00
test_pwd.py test_rotor.py: New test of the rotor module. 1996-12-23 23:39:42 +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_rotor.py <rotorobj>.setkey() now requires exactly one argument 1997-01-02 20:02:44 +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_rotor.py: New test of the rotor module. 1996-12-23 23:39:42 +00:00
test_socket.py Rewrite the `hostname mismatch' test as per GvR suggestion. 1997-01-13 19:35:39 +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 a couple of strop.join() tests for large lists and long items 1997-01-06 22:46:07 +00:00
test_struct.py Change the ``calcsize*3'' test to be portable to 64-bit machines. 1997-01-03 19:00:37 +00:00
test_sunaudiodev.py Test of the sunaudiodev module -- it simply plays a sound if it can 1997-01-07 21:05:29 +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 test_rotor.py: New test of the rotor module. 1996-12-23 23:39:42 +00:00
testall.py test_rotor.py: New test of the rotor module. 1996-12-23 23:39:42 +00:00