Skip to content

Commit 77d435d

Browse files
authored
add AsyncMockType
1 parent 9f5d901 commit 77d435d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pytest_mock/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from pytest_mock.plugin import AsyncMockType
12
from pytest_mock.plugin import MockerFixture
23
from pytest_mock.plugin import MockType
34
from pytest_mock.plugin import PytestMockWarning
@@ -12,6 +13,7 @@
1213
MockFixture = MockerFixture # backward-compatibility only (#204)
1314

1415
__all__ = [
16+
"AsyncMockType",
1517
"MockerFixture",
1618
"MockFixture",
1719
"MockType",

0 commit comments

Comments
 (0)