(self, methodName="runTest")
| 290 | |
| 291 | class intTestCase(SuperTensorTestCase): |
| 292 | def __init__(self, methodName="runTest"): |
| 293 | SuperTensorTestCase.__init__(self, methodName) |
| 294 | self.typeStr = "int" |
| 295 | self.typeCode = "i" |
| 296 | #self.result = int(self.result) |
| 297 | |
| 298 | ###################################################################### |
| 299 |
no outgoing calls
no test coverage detected