Skip to content

Commit

Permalink
tests: Improve debug on warnings issues (#865)
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed May 12, 2022
1 parent 8e4f0ee commit 8433a15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,5 @@ def no_warnings(recwarn):
):
continue
warnings.append("{w.filename}:{w.lineno} {w.message}".format(w=warning))
print(warnings)
assert not warnings

0 comments on commit 8433a15

Please sign in to comment.