(self, methodName="runTest")
| 160 | |
| 161 | class TestConfFeatures(unittest.TestCase): |
| 162 | def __init__(self, methodName="runTest"): |
| 163 | unittest.TestCase.__init__(self, methodName) |
| 164 | self._setup() |
| 165 | |
| 166 | def _setup(self): |
| 167 | FakeCCompilerOpt.conf_nocache = True |