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 e7eea0f commit 9f5d901Copy full SHA for 9f5d901
src/pytest_mock/__init__.py
@@ -1,4 +1,5 @@
1
from pytest_mock.plugin import MockerFixture
2
+from pytest_mock.plugin import MockType
3
from pytest_mock.plugin import PytestMockWarning
4
from pytest_mock.plugin import class_mocker
5
from pytest_mock.plugin import mocker
@@ -7,7 +8,6 @@
7
8
from pytest_mock.plugin import pytest_addoption
9
from pytest_mock.plugin import pytest_configure
10
from pytest_mock.plugin import session_mocker
-from pytest_mock.plugin import MockType
11
12
MockFixture = MockerFixture # backward-compatibility only (#204)
13
0 commit comments