We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 648f9e9 commit 6fbe63eCopy full SHA for 6fbe63e
pytest.ini
@@ -1,2 +1,7 @@
1
[pytest]
2
addopts = -ra -v --pyargs pytest_trio --verbose --cov
3
+filterwarnings =
4
+ error
5
+ default::pytest.PytestAssertRewriteWarning
6
+ default::pytest.PytestDeprecationWarning
7
+ default::pytest.PytestUnraisableExceptionWarning
0 commit comments