Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IBM/AssetOpsBench
/ test_parse_json_embedded
Function
test_parse_json_embedded
src/agent/tests/test_runner.py:583–584 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
581
582
583
def
test_parse_json_embedded():
584
assert _parse_json(
'Result: {"a": "b"} done.'
) == {
"a"
:
"b"
}
585
586
587
def
test_parse_json_unrecoverable_returns_none():
Callers
nothing calls this directly
Calls
1
_parse_json
Function · 0.90
Tested by
no test coverage detected