(self, methodName="runTest")
| 120 | |
| 121 | class floatTestCase(FortranTestCase): |
| 122 | def __init__(self, methodName="runTest"): |
| 123 | FortranTestCase.__init__(self, methodName) |
| 124 | self.typeStr = "float" |
| 125 | self.typeCode = "f" |
| 126 | |
| 127 | ###################################################################### |
| 128 |