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

Investigate atime approach #7

Open
rohanpm opened this issue Nov 28, 2022 · 0 comments
Open

Investigate atime approach #7

rohanpm opened this issue Nov 28, 2022 · 0 comments

Comments

@rohanpm
Copy link
Owner

rohanpm commented Nov 28, 2022

On a typical Linux workstation, filesystem behavior tends to be:

  • any access of a file will update 'atime' timestamp if the timestamp was more than 1 day old

Perhaps pytest-filecov could be more reliable by making use of this? e.g. touch all files before test giving them an old timestamp, then check afterward if timestamp was modified.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant