(self)
| 1100 | ) |
| 1101 | |
| 1102 | def test_lt(self): |
| 1103 | op = operators.get_operator("lessthan") |
| 1104 | self.assertTrue(op(1, 2), "Failed lessthan.") |
| 1105 | |
| 1106 | def test_lt_char(self): |
| 1107 | op = operators.get_operator("lessthan") |
nothing calls this directly
no outgoing calls
no test coverage detected