Fix example in usage.rst
This commit is contained in:
parent
f3c87a77a7
commit
b148770066
|
@ -270,7 +270,7 @@ And in your tests:
|
||||||
.. code-block:: python
|
.. code-block:: python
|
||||||
|
|
||||||
# content of test_function.py
|
# content of test_function.py
|
||||||
|
import pytest
|
||||||
@pytest.mark.test_id(1501)
|
@pytest.mark.test_id(1501)
|
||||||
def test_function():
|
def test_function():
|
||||||
assert True
|
assert True
|
||||||
|
|
Loading…
Reference in New Issue