(self)
| 7095 | self.check_usage(f'{py} {dirname2}', dirname2) |
| 7096 | |
| 7097 | def test_directory_compiled(self): |
| 7098 | self.test_directory(compiled=True) |
| 7099 | |
| 7100 | def test_module(self, compiled=False): |
| 7101 | basename = 'module' + os_helper.FS_NONASCII |
nothing calls this directly
no test coverage detected