MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_chmod_dir

Method test_chmod_dir

Lib/test/test_posix.py:1029–1031  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1027
1028 @os_helper.skip_unless_working_chmod
1029 def test_chmod_dir(self):
1030 target = self.tempdir()
1031 self.check_chmod(posix.chmod, target)
1032
1033 @os_helper.skip_unless_working_chmod
1034 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