Update src/_pytest/outcomes.py
This commit is contained in:
parent
ebad614395
commit
8c92a36d4d
|
@ -159,7 +159,8 @@ def skip(
|
|||
:param allow_module_level:
|
||||
Allows this function to be called at module level.
|
||||
Raising the skip exception at module level will stop
|
||||
the execution of the module and prevent the collection of all tests in the module, even those defined before the `skip` call.
|
||||
the execution of the module and prevent the collection of all tests in the module,
|
||||
even those defined before the `skip` call.
|
||||
|
||||
Defaults to False.
|
||||
|
||||
|
|
Loading…
Reference in New Issue