Skip to content

Commit 36e566c

Browse files
committed
document
1 parent ecf14b9 commit 36e566c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/check_all_tests_are_covered.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@
1919
assert (
2020
ignored_tests <= non_ignored_tests
2121
), f"The following tests are ignored by the first job but not run by the others: {ignored_tests.difference(non_ignored_tests)}"
22+
assert (
23+
ignored_tests >= non_ignored_tests
24+
), f"The following tests are run by multiple jobs: {non_ignored_tests.difference(ignored_tests)}"

0 commit comments

Comments
 (0)