diff --git a/doc/en/fixture.rst b/doc/en/fixture.rst index a0411902c0b..22b86ffcafc 100644 --- a/doc/en/fixture.rst +++ b/doc/en/fixture.rst @@ -947,7 +947,7 @@ Example: Running this test will *skip* the invocation of ``data_set`` with value ``2``: -.. code-block:: pytest +.. code-block:: $ pytest test_fixture_marks.py -v =========================== test session starts ============================