cpython/Lib/test/output/test_operator
Barry Warsaw fb817cd4a2 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.
1996-12-23 23:40:11 +00:00

40 lines
675 B
Plaintext

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