Remove typo @ in assignment
This commit is contained in:
parent
4cb60dac3d
commit
dc5f33ba5c
|
@ -109,7 +109,7 @@ decorator or to all tests in a module by setting the ``pytestmark`` variable:
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
# turns all warnings into errors for this module
|
# turns all warnings into errors for this module
|
||||||
pytestmark = @pytest.mark.filterwarnings('error')
|
pytestmark = pytest.mark.filterwarnings('error')
|
||||||
|
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
Loading…
Reference in New Issue