.. |
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
|
A slightly better test of sunaudiodev module. Include the audio data
|
1997-01-13 20:34:44 +00:00 |
autotest.py
|
Restore old behavior of autotest and testall, using regrtest.
|
1997-03-07 21:05:43 +00:00 |
greyrgb.uue
|
Use uuencoded test images.
|
1997-04-16 00:30:45 +00:00 |
pystone.py
|
Separate out a function pystones(loops=LOOPS) which runs the benchmark
|
1997-11-06 15:45:05 +00:00 |
re_tests.py
|
New re version from AMK
|
1997-12-08 17:12:06 +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
|
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
|
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
|
Minor output message change
|
1997-01-16 18:53:01 +00:00 |
test_binhex.py
|
Minor output message change
|
1997-01-16 18:53:01 +00:00 |
test_bsddb.py
|
Test script for the bsddb C extension module.
|
1997-01-16 22:04:10 +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_cl.py
|
Lame test script for the SGI cl C module.
|
1997-01-17 15:58:35 +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
|
Try calling getpid() from /usr/lib/libc.so instead of some other
|
1997-04-09 20:57:52 +00:00 |
test_errno.py
|
Don't just die when an error is not defined; print a warning instead.
|
1997-04-09 21:02:17 +00:00 |
test_exceptions.py
|
Expanded r() function to handle class exceptions.
|
1997-08-29 21:58:25 +00:00 |
test_fcntl.py
|
Support for netbsd1 and freebsd3, after suggestions by Anders Andersen
|
1997-12-02 20:30:29 +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
|
No need to define assert, it's built in.
|
1997-04-16 00:27:45 +00:00 |
test_grp.py
|
Believe it or not, some people have an empty group database.
|
1997-12-15 14:57:19 +00:00 |
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
|
Use uuencoded test images.
|
1997-04-16 00:30:45 +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
|
new.code() has grown another foot, eh, another two arguments.
|
1997-01-27 23:25:37 +00:00 |
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
|
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_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
|
Added tests for qualified sub and split
|
1998-01-14 16:42:17 +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
|
Move %x test to nonstandard section because it appears to be locale specific.
|
1997-12-15 18:06:19 +00:00 |
test_strop.py
|
Added strop.split tests when sep is None.
|
1997-12-02 00:30:04 +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
|
Make this test work when imported from the interpreter instead of run
|
1998-01-29 21:53:17 +00:00 |
test_support.py
|
Add verbose flag for regression test to clear.
|
1996-12-20 02:58:22 +00:00 |
test_thread.py
|
Nit: round delays to 0.1 second.
|
1997-07-18 23:50:22 +00:00 |
test_time.py
|
Use long() instead of int() to compare mktime(localtime(t) with t...
|
1997-12-08 21:48:01 +00:00 |
test_timing.py
|
Test of the timing module
|
1997-01-13 23:03:07 +00:00 |
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_xmllib.py
|
New version of xmllib from Sjoerd.
|
1998-01-29 14:55:24 +00:00 |
test_zlib.py
|
Make this test succeed even when using "import test.test_zlib".
|
1997-12-18 05:21:07 +00:00 |
testall.py
|
Restore old behavior of autotest and testall, using regrtest.
|
1997-03-07 21:05:43 +00:00 |
testimg.uue
|
Use uuencoded test images.
|
1997-04-09 21:25:01 +00:00 |
testimgr.uue
|
Use uuencoded test images.
|
1997-04-09 21:25:01 +00:00 |
testrgb.uue
|
Use uuencoded test images.
|
1997-04-09 21:25:01 +00:00 |
tokenize_tests.py
|
Tests for tokenize.py (Ka-Ping Yee)
|
1997-10-27 22:15:06 +00:00 |