We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0cfca08 + dd259f6 commit 6178e44Copy full SHA for 6178e44
1 file changed
doc/en/reference/reference.rst
@@ -54,7 +54,7 @@ pytest.fail
54
55
**Tutorial**: :ref:`skipping`
56
57
-.. autofunction:: pytest.fail(reason, [pytrace=True, msg=None])
+.. autofunction:: pytest.fail(reason, [pytrace=True])
58
59
.. class:: pytest.fail.Exception
60
@@ -63,7 +63,7 @@ pytest.fail
63
pytest.skip
64
~~~~~~~~~~~
65
66
-.. autofunction:: pytest.skip(reason, [allow_module_level=False, msg=None])
+.. autofunction:: pytest.skip(reason, [allow_module_level=False])
67
68
.. class:: pytest.skip.Exception
69
@@ -88,7 +88,7 @@ pytest.xfail
88
pytest.exit
89
90
91
-.. autofunction:: pytest.exit(reason, [returncode=None, msg=None])
+.. autofunction:: pytest.exit(reason, [returncode=None])
92
93
.. class:: pytest.exit.Exception
94
0 commit comments