Skip to content

Commit 2590a1e

Browse files
committed
debug: what's going on with this test?
1 parent 1737cac commit 2590a1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ def test_warn_once(self) -> None:
623623
cov._warn("Warning, warning 1!", slug="bot", once=True)
624624
cov._warn("Warning, warning 2!", slug="bot", once=True)
625625

626+
print(get_coverage_warnings(warns))
626627
assert_coverage_warnings(warns, "Warning, warning 1! (bot)")
627628
# No "Warning, warning 2!" in warns
628629
assert len(warns) == 1

0 commit comments

Comments
 (0)