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

Method test_chmod_dir

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

Source from the content-addressed store, hash-verified

1087
1088 @os_helper.skip_unless_working_chmod
1089 def test_chmod_dir(self):
1090 target = self.tempdir()
1091 self.check_chmod(posix.chmod, target)
1092
1093 @os_helper.skip_unless_working_chmod
1094 def test_fchmod_file(self):

Callers

nothing calls this directly

Calls 2

tempdirMethod · 0.95
check_chmodMethod · 0.95

Tested by

no test coverage detected