(self)
| 7227 | self.check_usage(f'{py} {dirname2}', dirname2) |
| 7228 | |
| 7229 | def test_directory_compiled(self): |
| 7230 | self.test_directory(compiled=True) |
| 7231 | |
| 7232 | def test_module(self, compiled=False): |
| 7233 | basename = 'module' + os_helper.FS_NONASCII |
nothing calls this directly
no test coverage detected