(self)
| 148 | (expected_calls, actualCallList)) |
| 149 | |
| 150 | def testInit(self): |
| 151 | foo = AllTests() |
| 152 | self.assertCallStack([("__init__", (foo,))]) |
| 153 | |
| 154 | def testBinaryOps(self): |
| 155 | testme = AllTests() |
nothing calls this directly
no test coverage detected