MCPcopy 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
583def test_parse_json_embedded():
584 assert _parse_json('Result: {"a": "b"} done.') == {"a": "b"}
585
586
587def test_parse_json_unrecoverable_returns_none():

Callers

nothing calls this directly

Calls 1

_parse_jsonFunction · 0.90

Tested by

no test coverage detected