Fix example in usage.rst

This commit is contained in:
Bruno Oliveira 2018-03-21 20:45:28 +00:00
parent f3c87a77a7
commit b148770066
1 changed files with 1 additions and 1 deletions

View File

@ -270,7 +270,7 @@ And in your tests:
.. code-block:: python
# content of test_function.py
import pytest
@pytest.mark.test_id(1501)
def test_function():
assert True