fixup: even more explicit about module skip preventing collect
This commit is contained in:
parent
5f83069d86
commit
2a832f09ff
|
@ -158,8 +158,8 @@ def skip(
|
||||||
|
|
||||||
:param allow_module_level:
|
:param allow_module_level:
|
||||||
Allows this function to be called at module level.
|
Allows this function to be called at module level.
|
||||||
Raising the skip exception in a module will stop the execution of the module.
|
Raising the skip exception at module level will stop
|
||||||
Additionally, the module will no longer be collected.
|
the execution of the module and prevent its collection. alltogether.
|
||||||
|
|
||||||
Defaults to False.
|
Defaults to False.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue