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
There are a couple of possible solutions for your use case but all the realistic ones include manual declaration of the dependency of tests to input files.
if I have in my code an
open('path/to/file.json').read()
command, would testmon be able to flag that file?I saw there is something called file tracers in
coverage
but not sure if it is for this use case.The text was updated successfully, but these errors were encountered: