]> granicus.if.org Git - python/commit
test_rotor.py: New test of the rotor module.
authorBarry Warsaw <barry@python.org>
Mon, 23 Dec 1996 23:39:42 +0000 (23:39 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 23 Dec 1996 23:39:42 +0000 (23:39 +0000)
commit5e056bbb76bec655f447fd44367f88e33af3bb02
tree82093cea175335a37d441cad361b79be6fbb743c
parentaeb207c6b69a0efaab686d5257be6fe1dfe2a179
test_rotor.py: New test of the rotor module.

test_*: converted to the new test harness.  GvR note!  test_signal.py
works interatively (i.e. when verbose=1) but does not work inside the
test harness.  It must be a timing issue, but I haven't figured it out
yet.
Lib/test/test_new.py
Lib/test/test_nis.py
Lib/test/test_operator.py
Lib/test/test_pwd.py
Lib/test/test_rotor.py [new file with mode: 0644]
Lib/test/test_signal.py
Lib/test/test_xdr.py
Lib/test/testall.py