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.
2 parents e1b3a68 + 90ee8a7 commit 7996724Copy full SHA for 7996724
doc/en/reference.rst
@@ -126,7 +126,7 @@ Add warning filters to marked test items.
126
127
.. code-block:: python
128
129
- @pytest.mark.warnings("ignore:.*usage will be deprecated.*:DeprecationWarning")
+ @pytest.mark.filterwarnings("ignore:.*usage will be deprecated.*:DeprecationWarning")
130
def test_foo():
131
...
132
0 commit comments