We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f18a6 commit 28668c8Copy full SHA for 28668c8
mypy/test/test_find_sources.py
@@ -372,4 +372,4 @@ def test_find_sources_exclude(self) -> None:
372
"pkg/a2/b/f.py",
373
}
374
fscache = FakeFSCache(files)
375
- assert len(find_sources(["/"], options, fscache)) == len(files)
+ assert len(find_sources(["."], options, fscache)) == len(files)
0 commit comments