summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_operator
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-08-11 03:21:35 (GMT)
committerFred Drake <fdrake@acm.org>2001-08-11 03:21:35 (GMT)
commitcd112f5546256a752f56b3bf6ce0ff19ff30a981 (patch)
treea3f1b1580edd84bd41dd834f90ef183c7503b290 /Lib/test/output/test_operator
parentf5d3505e217556e72c6dad23c67940d27c146454 (diff)
downloadcpython-cd112f5546256a752f56b3bf6ce0ff19ff30a981.zip
cpython-cd112f5546256a752f56b3bf6ce0ff19ff30a981.tar.gz
cpython-cd112f5546256a752f56b3bf6ce0ff19ff30a981.tar.bz2
Added tests for rich comparison operator functions.
Converted tests to PyUnit.
Diffstat (limited to 'Lib/test/output/test_operator')
-rw-r--r--Lib/test/output/test_operator41
1 files changed, 0 insertions, 41 deletions
diff --git a/Lib/test/output/test_operator b/Lib/test/output/test_operator
deleted file mode 100644
index 6fdfced..0000000
--- a/Lib/test/output/test_operator
+++ /dev/null
@@ -1,41 +0,0 @@
-test_operator
-testing: abs
-testing: add
-testing: and_
-testing: concat
-testing: countOf
-testing: delitem
-testing: delslice
-testing: div
-testing: floordiv
-testing: truediv
-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