Skip to content
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

GH-89812: Improve test for pathlib.Path.stat() #106064

Merged

Conversation

barneygale
Copy link
Contributor

@barneygale barneygale commented Jun 24, 2023

Make assertions about the st_mode, st_ino and st_dev attributes of the stat results from two files and a directory, rather than checking if chmod() affects st_mode (which is already tested elsewhere).

Make assertions about the `st_mode`, `st_ino` and `st_dev` attributes of
the stat results from two files and a directory, rather than checking if
`chmod()` affects `st_mode` (which is already tested elsewhere).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir topic-pathlib
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants