(self)
| 7216 | self.check_usage(os.path.basename(script_name), script_name, '-h') |
| 7217 | |
| 7218 | def test_script_compiled(self): |
| 7219 | self.test_script(compiled=True) |
| 7220 | |
| 7221 | def test_directory(self, compiled=False): |
| 7222 | dirname = os.path.join(self.dirname, os_helper.TESTFN) |
nothing calls this directly
no test coverage detected