MCPcopy Index your code
hub / github.com/apache/caldera / _generate_operation

Function _generate_operation

tests/conftest.py:192–193  ·  view source on GitHub ↗
(name, agents, adversary, *args, **kwargs)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

OperationClass · 0.90

Tested by

no test coverage detected