MCPcopy Create free account
hub / github.com/anthropics/defending-code-reference-harness / test_unparseable_output

Function test_unparseable_output

tests/test_asan.py:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89
90
91def test_unparseable_output():
92 r = crash_reason("<no parseable trace>")
93 assert r == {"crash_type": None, "operation": None}
94
95
96def test_empty_output():

Callers

nothing calls this directly

Calls 1

crash_reasonFunction · 0.90

Tested by

no test coverage detected