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

Function a_host_session

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

Fixture for a `HostSession`, configured with a mock_host_interface, (via a_host) and a mock_logger.

(a_host, mock_logger)

Source from the content-addressed store, hash-verified

110
111@pytest.fixture
112def a_host_session(a_host, mock_logger):
113 """
114 Fixture for a `HostSession`, configured with a mock_host_interface,
115 (via a_host) and a mock_logger.
116 """
117 return HostSession(a_host, mock_logger)
118
119
120@pytest.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected