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.
1 parent 51d4215 commit 7e54422Copy full SHA for 7e54422
src/pytest/__init__.py
@@ -18,6 +18,7 @@
18
from _pytest.config.argparsing import OptionGroup
19
from _pytest.config.argparsing import Parser
20
from _pytest.debugging import pytestPDB as __pytestPDB
21
+from _pytest.doctest import DoctestItem
22
from _pytest.fixtures import fixture
23
from _pytest.fixtures import FixtureLookupError
24
from _pytest.fixtures import FixtureRequest
@@ -92,6 +93,7 @@
92
93
"Config",
94
"console_main",
95
"deprecated_call",
96
+ "DoctestItem",
97
"exit",
98
"ExceptionInfo",
99
"ExitCode",
0 commit comments