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

Function test_empty_output

tests/test_asan.py:96–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94
95
96def test_empty_output():
97 r = crash_reason("")
98 assert r == {"crash_type": None, "operation": None}
99
100
101# ── asan_excerpt ─────────────────────────────────────────────────────────────

Callers

nothing calls this directly

Calls 1

crash_reasonFunction · 0.90

Tested by

no test coverage detected