Skip to content

Commit b148770

Browse files
committed
Fix example in usage.rst
1 parent f3c87a7 commit b148770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ And in your tests:
270270
.. code-block:: python
271271
272272
# content of test_function.py
273-
273+
import pytest
274274
@pytest.mark.test_id(1501)
275275
def test_function():
276276
assert True

0 commit comments

Comments
 (0)