Skip to content

Commit a10aec6

Browse files
committed
Add test
1 parent a0518ea commit a10aec6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

test-data/unit/cmdline.test

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,14 @@ import d
591591
import b.c
592592
import d
593593

594+
[case testPackageRootMultipleParallel]
595+
# cmd: mypy --package-root=a/ --package-root=./ a/b/c.py d.py main.py --num-workers=2
596+
[file a/b/c.py]
597+
[file d.py]
598+
[file main.py]
599+
import b.c
600+
import d
601+
594602
[case testCacheMap]
595603
-- This just checks that a valid --cache-map triple is accepted.
596604
-- (Errors are too verbose to check.)

0 commit comments

Comments
 (0)