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

Function make_test_link

tests/objects/test_operation.py:148–152  ·  view source on GitHub ↗
(test_ability)

Source from the content-addressed store, hash-verified

146
147@pytest.fixture
148def make_test_link(test_ability):
149 def _make_link(link_id, link_paw='123456', link_status=-3):
150 return Link(command='', paw=link_paw, ability=test_ability, id=link_id, executor=next(test_ability.executors),
151 status=link_status)
152 return _make_link
153
154
155@pytest.fixture

Calls

no outgoing calls

Tested by

no test coverage detected