You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
On a typical Linux workstation, filesystem behavior tends to be:
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.
The text was updated successfully, but these errors were encountered: