Skip to content

Commit c156d78

Browse files
authored
Merge pull request #49 from AhmedAlaaKassem/tox_capture_warnings
Configure tox/pytest to capture warnings
2 parents 69ce621 + e2ea836 commit c156d78

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tox.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ commands =
1515
--cov-report=term-missing \
1616
{posargs:tests}
1717

18+
[pytest]
19+
filterwarnings =
20+
error
21+
1822
[testenv:lint]
1923
skip_install = True
2024
skipsdist = True

0 commit comments

Comments
 (0)