Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IBM/AssetOpsBench
/ test_parse_json_plain
Function
test_parse_json_plain
src/agent/tests/test_runner.py:575–576 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
573
574
575
def
test_parse_json_plain():
576
assert _parse_json(
'{"a": "b"}'
) == {
"a"
:
"b"
}
577
578
579
def
test_parse_json_markdown_fence():
Callers
nothing calls this directly
Calls
1
_parse_json
Function · 0.90
Tested by
no test coverage detected