mirror of
https://github.com/python/cpython.git
synced 2024-11-27 23:47:29 +01:00
fb817cd4a2
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.
40 lines
675 B
Plaintext
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
|