diff options
author | Barry Warsaw <barry@python.org> | 1996-12-23 23:40:11 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-12-23 23:40:11 (GMT) |
commit | fb817cd4a2d554b6e82539be8887531e1da5ffe1 (patch) | |
tree | 014dc866d5748312ca8aedd975b33b3abb680ca5 /Lib/test/output/test_new | |
parent | 5e056bbb76bec655f447fd44367f88e33af3bb02 (diff) | |
download | cpython-fb817cd4a2d554b6e82539be8887531e1da5ffe1.zip cpython-fb817cd4a2d554b6e82539be8887531e1da5ffe1.tar.gz cpython-fb817cd4a2d554b6e82539be8887531e1da5ffe1.tar.bz2 |
Output files
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.
Diffstat (limited to 'Lib/test/output/test_new')
-rw-r--r-- | Lib/test/output/test_new | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/test/output/test_new b/Lib/test/output/test_new index 174881e..b7f2ed9 100644 --- a/Lib/test/output/test_new +++ b/Lib/test/output/test_new @@ -1 +1,7 @@ test_new +new.module() +new.classobj() +new.instance() +new.instancemethod() +new.function() +new.code() |