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
5454
5555**Tutorial **: :ref: `skipping `
5656
57- .. autofunction :: pytest.fail(reason, [pytrace=True, msg=None ])
57+ .. autofunction :: pytest.fail(reason, [pytrace=True])
5858
5959.. class :: pytest.fail.Exception
6060
@@ -63,7 +63,7 @@ pytest.fail
6363pytest.skip
6464~~~~~~~~~~~
6565
66- .. autofunction :: pytest.skip(reason, [allow_module_level=False, msg=None ])
66+ .. autofunction :: pytest.skip(reason, [allow_module_level=False])
6767
6868.. class :: pytest.skip.Exception
6969
@@ -88,7 +88,7 @@ pytest.xfail
8888pytest.exit
8989~~~~~~~~~~~
9090
91- .. autofunction :: pytest.exit(reason, [returncode=None, msg=None ])
91+ .. autofunction :: pytest.exit(reason, [returncode=None])
9292
9393.. class :: pytest.exit.Exception
9494
You can’t perform that action at this time.
0 commit comments