(self)
| 264 | self.fail("NotImplemented should have caused TypeError") |
| 265 | |
| 266 | def test_floats(self): |
| 267 | # Testing float operations... |
| 268 | self.number_operators(100.0, 3.0) |
| 269 | |
| 270 | def test_complexes(self): |
| 271 | # Testing complex operations... |
nothing calls this directly
no test coverage detected