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
AttributeError: 'DirectorySnapshot' object has no attribute 'path_for_inode'
`
only works on 2 code changes, whether my test ran from failed to passed, or passed to failed, or passed to passed. Haven't checked any other combinations, but why does the watcher stops running after two events any more changes in my source and test code, nothing happens until I CTRL-C to restart??
The text was updated successfully, but these errors were encountered:
scheung38
changed the title
pytest-watcher triggering issue
pytest-watcher triggering issue new_snapshot.path_for_inode(ref_stat_info.st_ino)) AttributeError: 'DirectorySnapshot' object has no attribute 'path_for_inode'
Jan 16, 2019
MacOSX 10.14.2
Python 3.7.2
`$ ptw --onpass "say passed" --onfail "say failed"
AttributeError: 'DirectorySnapshot' object has no attribute 'path_for_inode'
`
only works on 2 code changes, whether my test ran from failed to passed, or passed to failed, or passed to passed. Haven't checked any other combinations, but why does the watcher stops running after two events any more changes in my source and test code, nothing happens until I CTRL-C to restart??
The text was updated successfully, but these errors were encountered: