Skip to content

Commit d6072b8

Browse files
committed
test: 'assert any(' has to be partial
1 parent 8854164 commit d6072b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

metacov.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ partial_branches =
7979
# A for-loop that always hits its break statement
8080
pragma: always breaks
8181
pragma: part started
82+
# If we're asserting that any() is true, it didn't finish.
83+
assert any\(
8284
if env.TESTING:
8385
if env.METACOV:
8486
if .* env.JYTHON

0 commit comments

Comments
 (0)