Skip to content

Commit a9f3b2c

Browse files
Kilo59nicoddemus
authored andcommitted
add AsyncMockType
1 parent baea7d9 commit a9f3b2c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/pytest_mock/__init__.py

Lines changed: 2 additions & 0 deletions
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)