Skip to content

Commit

Permalink
add AsyncMockType
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilo59 committed Mar 13, 2024
1 parent 9f5d901 commit 77d435d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pytest_mock/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from pytest_mock.plugin import AsyncMockType
from pytest_mock.plugin import MockerFixture
from pytest_mock.plugin import MockType
from pytest_mock.plugin import PytestMockWarning
Expand All @@ -12,6 +13,7 @@
MockFixture = MockerFixture # backward-compatibility only (#204)

__all__ = [
"AsyncMockType",
"MockerFixture",
"MockFixture",
"MockType",
Expand Down

0 comments on commit 77d435d

Please sign in to comment.