From 8c92a36d4d48e627bff743180374438b24ecd0dc Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 28 Feb 2023 12:04:22 -0300 Subject: [PATCH] Update src/_pytest/outcomes.py --- src/_pytest/outcomes.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/_pytest/outcomes.py b/src/_pytest/outcomes.py index 95552616e..dcb2ee569 100644 --- a/src/_pytest/outcomes.py +++ b/src/_pytest/outcomes.py @@ -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.