Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
175
def
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
Operation
Class · 0.90
Tested by
no test coverage detected