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

Function a_host

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

Fixture for a `Host` that wraps the mock_host_interface.

(mock_host_interface)

Source from the content-addressed store, hash-verified

102
103@pytest.fixture
104def a_host(mock_host_interface):
105 """
106 Fixture for a `Host` that wraps the mock_host_interface.
107 """
108 return Host(mock_host_interface)
109
110
111@pytest.fixture

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected