]> granicus.if.org Git - python/commitdiff
Output files
authorBarry Warsaw <barry@python.org>
Mon, 23 Dec 1996 23:40:11 +0000 (23:40 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 23 Dec 1996 23:40:11 +0000 (23:40 +0000)
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/output/test_new
Lib/test/output/test_nis
Lib/test/output/test_operator
Lib/test/output/test_pwd
Lib/test/output/test_rotor [new file with mode: 0644]
Lib/test/output/test_xdr

index 174881e186d6732cce7e00adecd8ded67adf8319..b7f2ed97f757787a266280d68d97c375ae51d0a2 100644 (file)
@@ -1 +1,7 @@
 test_new
+new.module()
+new.classobj()
+new.instance()
+new.instancemethod()
+new.function()
+new.code()
index 8d8f27005534f16189bc3056450c8f76e4d1f63c..0853ab4775a9dbd8360d2274ec1a448b69e7b9f8 100644 (file)
@@ -1 +1,2 @@
 test_nis
+nis.maps()
index d2d7da2d342a6737e6aaa528486fd41846ff9a81..1ff755e80e6da890dc05e56850e854fabcc24059 100644 (file)
@@ -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
index 7f58a0ac0d38abf260ee472c2123f06ff35d1b5d..ede4d8d215377fa205abb8caa52ae217a5147204 100644 (file)
@@ -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 (file)
index 0000000..e2a61b2
--- /dev/null
@@ -0,0 +1,5 @@
+test_rotor
+µq\90£èITÑ\aÚ\1dÜß
+\e>k(\1f\8a,\81Ë\9fâ
+spam and eggs
+cheese shop
index 38e407d2ea8af714b171b0d0654b5ced8dafbeeb..1801a136abe84f6ac83af142de5b557d9bd68441 100644 (file)
@@ -1 +1,5 @@
 test_xdr
+_xdr.pack_float()
+_xdr.unpack_float()
+_xdr.pack_double()
+_xdr.unpack_double()