We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pytest_bdd
1 parent 5f717c4 commit 0fe4419Copy full SHA for 0fe4419
pytest.ini
@@ -1,4 +1,5 @@
1
[pytest]
2
testpaths = tests
3
filterwarnings =
4
- error
+ # only ignore errors from the pytest_bdd package
5
+ error:::(src)?\.pytest_bdd.*
0 commit comments