File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ pytest.fail
54
54
55
55
**Tutorial **: :ref: `skipping `
56
56
57
- .. autofunction :: pytest.fail(reason, [pytrace=True, msg=None ])
57
+ .. autofunction :: pytest.fail(reason, [pytrace=True])
58
58
59
59
.. class :: pytest.fail.Exception
60
60
@@ -63,7 +63,7 @@ pytest.fail
63
63
pytest.skip
64
64
~~~~~~~~~~~
65
65
66
- .. autofunction :: pytest.skip(reason, [allow_module_level=False, msg=None ])
66
+ .. autofunction :: pytest.skip(reason, [allow_module_level=False])
67
67
68
68
.. class :: pytest.skip.Exception
69
69
@@ -88,7 +88,7 @@ pytest.xfail
88
88
pytest.exit
89
89
~~~~~~~~~~~
90
90
91
- .. autofunction :: pytest.exit(reason, [returncode=None, msg=None ])
91
+ .. autofunction :: pytest.exit(reason, [returncode=None])
92
92
93
93
.. class :: pytest.exit.Exception
94
94
You can’t perform that action at this time.
0 commit comments