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 | |
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')
-rw-r--r-- | Lib/test/output/test_new | 6 | ||||
-rw-r--r-- | Lib/test/output/test_nis | 1 | ||||
-rw-r--r-- | Lib/test/output/test_operator | 38 | ||||
-rw-r--r-- | Lib/test/output/test_pwd | 6 | ||||
-rw-r--r-- | Lib/test/output/test_rotor | 5 | ||||
-rw-r--r-- | Lib/test/output/test_xdr | 4 |
6 files changed, 60 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() diff --git a/Lib/test/output/test_nis b/Lib/test/output/test_nis index 8d8f270..0853ab4 100644 --- a/Lib/test/output/test_nis +++ b/Lib/test/output/test_nis @@ -1 +1,2 @@ test_nis +nis.maps() diff --git a/Lib/test/output/test_operator b/Lib/test/output/test_operator index d2d7da2..1ff755e 100644 --- a/Lib/test/output/test_operator +++ b/Lib/test/output/test_operator @@ -1 +1,39 @@ test_operator +testing: abs +testing: add +testing: and_ +testing: concat +testing: countOf +testing: delitem +testing: delslice +testing: div +testing: getitem +testing: getslice +testing: indexOf +testing: inv +testing: isCallable +testing: isCallable +testing: isMappingType +testing: isMappingType +testing: isNumberType +testing: isNumberType +testing: isSequenceType +testing: isSequenceType +testing: isSequenceType +testing: lshift +testing: mod +testing: mul +testing: neg +testing: or_ +testing: pos +testing: repeat +testing: rshift +testing: sequenceIncludes +testing: sequenceIncludes +testing: setitem +testing: setslice +testing: sub +testing: truth +testing: truth +testing: xor +testing: indexOf diff --git a/Lib/test/output/test_pwd b/Lib/test/output/test_pwd index 7f58a0a..ede4d8d 100644 --- a/Lib/test/output/test_pwd +++ b/Lib/test/output/test_pwd @@ -1 +1,7 @@ test_pwd +pwd.getpwall() +pwd.getpwuid() +pwd.getpwnam() +name matches uid +caught expected exception +caught expected exception diff --git a/Lib/test/output/test_rotor b/Lib/test/output/test_rotor new file mode 100644 index 0000000..e2a61b2 --- /dev/null +++ b/Lib/test/output/test_rotor @@ -0,0 +1,5 @@ +test_rotor +qIT +>k(,˟ +spam and eggs +cheese shop diff --git a/Lib/test/output/test_xdr b/Lib/test/output/test_xdr index 38e407d..1801a13 100644 --- a/Lib/test/output/test_xdr +++ b/Lib/test/output/test_xdr @@ -1 +1,5 @@ test_xdr +_xdr.pack_float() +_xdr.unpack_float() +_xdr.pack_double() +_xdr.unpack_double() |