(self)
| 1077 | |
| 1078 | @os_helper.skip_unless_working_chmod |
| 1079 | def test_chmod_file(self): |
| 1080 | self.check_chmod(posix.chmod, os_helper.TESTFN) |
| 1081 | |
| 1082 | def tempdir(self): |
| 1083 | target = os_helper.TESTFN + 'd' |
nothing calls this directly
no test coverage detected