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:
|
||||
Allows this function to be called at module level.
|
||||
Raising the skip exception in a module will stop the execution of the module.
|
||||
Additionally, the module will no longer be collected.
|
||||
Raising the skip exception at module level will stop
|
||||
the execution of the module and prevent its collection. alltogether.
|
||||
|
||||
Defaults to False.
|
||||
|
||||
|
|
Loading…
Reference in New Issue