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