Skip to content

Commit 1afa3f7

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ab567b4 commit 1afa3f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/en/example/simple.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -435,8 +435,8 @@ in your code flow, ``"pytest" in sys.modules`` will return True even if your cod
435435
436436
def is_called_from_test_by_pytest():
437437
return "pytest" in sys.modules
438-
439-
438+
439+
440440
# This method above will return True even if your code is not actually running from within a pytest run
441441
# as there is a pytest import in your code flow
442442

0 commit comments

Comments
 (0)