(self, methodName="runTest")
| 157 | |
| 158 | class floatTestCase(FlatTestCase): |
| 159 | def __init__(self, methodName="runTest"): |
| 160 | FlatTestCase.__init__(self, methodName) |
| 161 | self.typeStr = "float" |
| 162 | self.typeCode = "f" |
| 163 | |
| 164 | ###################################################################### |
| 165 |