Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bersbersbers authored and mrbean-bremen committed Dec 2, 2023
1 parent 337aee1 commit cf724fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ just using your own marker (which has the order index already in the name), you
the option ``--order-marker-prefix``. Running the original tests without any order marker
gives you now::

$ pytest tests -vv -m "m2 or m3" --order-merker-prefix=m
$ pytest tests -vv -m "m2 or m3" --order-marker-prefix=m
============================= test session starts ==============================
...
test_module.py:18: test_c PASSED
Expand Down

0 comments on commit cf724fa

Please sign in to comment.