MCPcopy Index your code
hub / github.com/python/cpython / test_chmod_file

Method test_chmod_file

Lib/test/test_os/test_posix.py:1079–1080  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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'

Callers

nothing calls this directly

Calls 1

check_chmodMethod · 0.95

Tested by

no test coverage detected