We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ceaac commit bb8955cCopy full SHA for bb8955c
Lib/test/test_shutil.py
@@ -3468,7 +3468,7 @@ def test_module_all_attribute(self):
3468
3469
@unittest.skipIf(os.name != "posix" or support.is_wasi or support.is_emscripten,
3470
"need proper os.umask()")
3471
-class TestUmaskOf(unittest.TestCase):
+class TestUmaskContext(unittest.TestCase):
3472
# make target masks in here sufficiently exotic, away from 0o022
3473
3474
mask_private = 0o777
0 commit comments