(self)
| 48 | # Always skip the base class so it will never be executed |
| 49 | @unittest.skip("do not run the base test class") |
| 50 | def setUp(self) -> None: |
| 51 | self.arch = '' |
| 52 | |
| 53 | def test_repeated_use(self): |
| 54 | fpath = name_to_fpath('helloworld', self.arch) |
nothing calls this directly
no outgoing calls
no test coverage detected