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

Function op_with_learning_parser

tests/objects/test_operation.py:169–171  ·  view source on GitHub ↗
(ability, adversary)

Source from the content-addressed store, hash-verified

167
168@pytest.fixture
169def op_with_learning_parser(ability, adversary):
170 op = Operation(id='12345', name='testA', agents=[], adversary=adversary, use_learning_parsers=True)
171 return op
172
173
174@pytest.fixture

Callers

nothing calls this directly

Calls 1

OperationClass · 0.90

Tested by

no test coverage detected