MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / services

Function services

test/python_impl_tests/test_const/test_const.py:34–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33@pytest.fixture(scope="module")
34def services():
35 return [EmptyInterfaceService(ConstTestServiceHandler())]
36
37
38###############################################################################

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected