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.
AsyncMockType
1 parent baea7d9 commit a9f3b2cCopy full SHA for a9f3b2c
src/pytest_mock/__init__.py
@@ -1,3 +1,4 @@
1
+from pytest_mock.plugin import AsyncMockType
2
from pytest_mock.plugin import MockerFixture
3
from pytest_mock.plugin import MockType
4
from pytest_mock.plugin import PytestMockWarning
@@ -12,6 +13,7 @@
12
13
MockFixture = MockerFixture # backward-compatibility only (#204)
14
15
__all__ = [
16
+ "AsyncMockType",
17
"MockerFixture",
18
"MockFixture",
19
"MockType",
0 commit comments