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

Function op_without_learning_parser

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

Source from the content-addressed store, hash-verified

173
174@pytest.fixture
175def op_without_learning_parser(ability, adversary):
176 op = Operation(id='54321', name='testB', agents=[], adversary=adversary, use_learning_parsers=False)
177 return op
178
179
180@pytest.fixture

Callers

nothing calls this directly

Calls 1

OperationClass · 0.90

Tested by

no test coverage detected