summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_operator
Commit message (Collapse)AuthorAgeFilesLines
* Added tests for rich comparison operator functions.Fred Drake2001-08-111-41/+0
| | | | Converted tests to PyUnit.
* Added tests for operator.floordiv() and operator.truediv().Fred Drake2001-08-091-0/+2
|
* Output filesBarry Warsaw1996-12-231-0/+38
| | | | | | | | | 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.
* Test of the operator moduleBarry Warsaw1996-12-181-0/+1