(self)
| 888 | ) |
| 889 | |
| 890 | def test_equals_numeric(self): |
| 891 | op = operators.get_operator("equals") |
| 892 | self.assertTrue(op(1, 1), "Failed equals.") |
| 893 | |
| 894 | def test_equals_string(self): |
| 895 | op = operators.get_operator("equals") |
nothing calls this directly
no outgoing calls
no test coverage detected