MCPcopy Create free account
hub / github.com/OpenAssetIO/OpenAssetIO / mock_logger

Function mock_logger

src/openassetio-python/tests/conftest.py:87–91  ·  view source on GitHub ↗

Fixture providing a mock that conforms to the LoggerInterface.

()

Source from the content-addressed store, hash-verified

85
86@pytest.fixture
87def mock_logger():
88 """
89 Fixture providing a mock that conforms to the LoggerInterface.
90 """
91 return MockLogger()
92
93
94@pytest.fixture

Callers

nothing calls this directly

Calls 1

MockLoggerClass · 0.70

Tested by

no test coverage detected