(event_loop, finished_operation_payload)
| 578 | |
| 579 | @pytest.fixture |
| 580 | def 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 |
nothing calls this directly
no test coverage detected