8000 test_find_sources: check cwd for non root paths (#10077) · python/mypy@99f4c5c · GitHub
[go: up one dir, main page]

Skip to content

Commit 99f4c5c

Browse files
authored
test_find_sources: check cwd for non root paths (#10077)
Co-authored-by: hauntsaninja <>
1 parent 88dde65 commit 99f4c5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/test/test_find_sources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,4 +372,4 @@ def test_find_sources_exclude(self) -> None:
372372
"pkg/a2/b/f.py",
373373
}< 45C9 /div>
374374
fscache = FakeFSCache(files)
375-
assert len(find_sources(["/"], options, fscache)) == len(files)
375+
assert len(find_sources(["."], options, fscache)) == len(files)

0 commit comments

Comments
 (0)
0