diff options
author | Fred Drake <fdrake@acm.org> | 2001-08-11 03:21:35 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-08-11 03:21:35 (GMT) |
commit | cd112f5546256a752f56b3bf6ce0ff19ff30a981 (patch) | |
tree | a3f1b1580edd84bd41dd834f90ef183c7503b290 /Lib/test/output/test_operator | |
parent | f5d3505e217556e72c6dad23c67940d27c146454 (diff) | |
download | cpython-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_operator | 41 |
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 |