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

Function operation

tests/conftest.py:191–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189
190@pytest.fixture
191def operation():
192 def _generate_operation(name, agents, adversary, *args, **kwargs):
193 return Operation(*args, name=name, agents=agents, adversary=adversary, **kwargs)
194
195 return _generate_operation
196
197
198@pytest.fixture

Calls

no outgoing calls

Tested by

no test coverage detected