We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0e4c84 + 44e9309 commit ed529d2Copy full SHA for ed529d2
src/_pytest/config/__init__.py
@@ -110,6 +110,8 @@ class ExitCode(enum.IntEnum):
110
#: pytest couldn't find tests.
111
NO_TESTS_COLLECTED = 5
112
113
+ __module__ = "pytest"
114
+
115
116
class ConftestImportFailure(Exception):
117
def __init__(
src/_pytest/config/exceptions.py
@@ -7,6 +7,8 @@
7
class UsageError(Exception):
8
"""Error in pytest usage or invocation."""
9
10
11
12
13
class PrintHelp(Exception):
14
"""Raised when pytest should print its help to skip the rest of the
0 commit comments