Skip to content

Commit

Permalink
Merge pull request #12829 from Dreamsorcerer/patch-1
Browse files Browse the repository at this point in the history
Remove missing msg parameter from docs
  • Loading branch information
webknjaz authored Sep 21, 2024
2 parents d924a63 + 2a22a69 commit df5203e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/en/reference/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pytest.fail

**Tutorial**: :ref:`skipping`

.. autofunction:: pytest.fail(reason, [pytrace=True, msg=None])
.. autofunction:: pytest.fail(reason, [pytrace=True])

.. class:: pytest.fail.Exception

Expand All @@ -63,7 +63,7 @@ pytest.fail
pytest.skip
~~~~~~~~~~~

.. autofunction:: pytest.skip(reason, [allow_module_level=False, msg=None])
.. autofunction:: pytest.skip(reason, [allow_module_level=False])

.. class:: pytest.skip.Exception

Expand All @@ -88,7 +88,7 @@ pytest.xfail
pytest.exit
~~~~~~~~~~~

.. autofunction:: pytest.exit(reason, [returncode=None, msg=None])
.. autofunction:: pytest.exit(reason, [returncode=None])

.. class:: pytest.exit.Exception

Expand Down

0 comments on commit df5203e

Please sign in to comment.