Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pytest-mock / __init__.py
Size: Mime:
from pytest_mock.plugin import class_mocker
from pytest_mock.plugin import mocker
from pytest_mock.plugin import MockerFixture
from pytest_mock.plugin import module_mocker
from pytest_mock.plugin import package_mocker
from pytest_mock.plugin import pytest_addoption
from pytest_mock.plugin import pytest_configure
from pytest_mock.plugin import PytestMockWarning
from pytest_mock.plugin import session_mocker

MockFixture = MockerFixture  # backward-compatibility only (#204)

__all__ = [
    "MockerFixture",
    "MockFixture",
    "PytestMockWarning",
    "pytest_addoption",
    "pytest_configure",
    "session_mocker",
    "package_mocker",
    "module_mocker",
    "class_mocker",
    "mocker",
]