summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_operator
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1996-12-23 23:40:11 (GMT)
committerBarry Warsaw <barry@python.org>1996-12-23 23:40:11 (GMT)
commitfb817cd4a2d554b6e82539be8887531e1da5ffe1 (patch)
tree014dc866d5748312ca8aedd975b33b3abb680ca5 /Lib/test/output/test_operator
parent5e056bbb76bec655f447fd44367f88e33af3bb02 (diff)
downloadcpython-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_operator')
-rw-r--r--Lib/test/output/test_operator38
1 files changed, 38 insertions, 0 deletions
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