-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Add tests for os.chmod() and os.lchmod() #113086
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Dec 14, 2023
Also make test_copymode_symlink_to_symlink in test_shutil more strict.
This was referenced Dec 14, 2023
serhiy-storchaka
added a commit
that referenced
this issue
Dec 14, 2023
Also make test_copymode_symlink_to_symlink in test_shutil more strict.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Dec 14, 2023
…13087) Also make test_copymode_symlink_to_symlink in test_shutil more strict. (cherry picked from commit b4f2c89) Co-authored-by: Serhiy Storchaka <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Dec 14, 2023
…13087) Also make test_copymode_symlink_to_symlink in test_shutil more strict. (cherry picked from commit b4f2c89) Co-authored-by: Serhiy Storchaka <[email protected]>
serhiy-storchaka
added a commit
that referenced
this issue
Dec 14, 2023
GH-113088) Also make test_copymode_symlink_to_symlink in test_shutil more strict. (cherry picked from commit b4f2c89) Co-authored-by: Serhiy Storchaka <[email protected]>
serhiy-storchaka
added a commit
that referenced
this issue
Dec 14, 2023
GH-113089) Also make test_copymode_symlink_to_symlink in test_shutil more strict. (cherry picked from commit b4f2c89) Co-authored-by: Serhiy Storchaka <[email protected]>
corona10
pushed a commit
to corona10/cpython
that referenced
this issue
Dec 15, 2023
…13087) Also make test_copymode_symlink_to_symlink in test_shutil more strict.
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
…13087) Also make test_copymode_symlink_to_symlink in test_shutil more strict.
Glyphack
pushed a commit
to Glyphack/cpython
that referenced
this issue
Sep 2, 2024
…13087) Also make test_copymode_symlink_to_symlink in test_shutil more strict.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently only tests that test os.chmod() and os.lchmod() are tests that they raise exceptions for invalid arguments. There are no tests for working os.chmod() and os.lchmod() and their behavior with symlinks (there is a difference between Windows and POSIX).
Linked PRs
The text was updated successfully, but these errors were encountered: