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

Function a_cpp_plugin_path

src/openassetio-python/tests/conftest.py:195–196  ·  view source on GitHub ↗
(the_cpp_plugins_root_path)

Source from the content-addressed store, hash-verified

193
194@pytest.fixture
195def a_cpp_plugin_path(the_cpp_plugins_root_path):
196 return os.path.join(the_cpp_plugins_root_path, "pathA")
197
198
199@pytest.fixture(scope="session")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected