MCPcopy 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
575def test_parse_json_plain():
576 assert _parse_json('{"a": "b"}') == {"a": "b"}
577
578
579def test_parse_json_markdown_fence():

Callers

nothing calls this directly

Calls 1

_parse_jsonFunction · 0.90

Tested by

no test coverage detected