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
Perhaps monkeypatch os.walk() to return a fake directory tree, and monkeypatch os.stat to return repeated inodes? Or we could just test finddups.filter_visited() directly and give it a fake already_visited, that contains one of the real directories.
We need to implement tests for the directory loop detection, which was implemented in issue #17.
The text was updated successfully, but these errors were encountered: