MCPcopy
hub / github.com/apache/caldera / setup_finished_operation

Function setup_finished_operation

tests/conftest.py:580–582  ·  view source on GitHub ↗
(event_loop, finished_operation_payload)

Source from the content-addressed store, hash-verified

578
579@pytest.fixture
580def setup_finished_operation(event_loop, finished_operation_payload):
581 finished_operation = OperationSchema().load(finished_operation_payload)
582 event_loop.run_until_complete(BaseService.get_service('data_svc').store(finished_operation))
583
584
585@pytest.fixture

Callers

nothing calls this directly

Calls 4

OperationSchemaClass · 0.90
get_serviceMethod · 0.80
loadMethod · 0.45
storeMethod · 0.45

Tested by

no test coverage detected