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

Function services

test/python_impl_tests/test_binary/test_binary.py:32–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31@pytest.fixture(scope="module")
32def services():
33 return [BinaryService(BinaryTestServiceHandler())]
34
35
36###############################################################################

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected