MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / test_transcript_path_rejects_empty_id

Function test_transcript_path_rejects_empty_id

tests/test_transcript.py:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41
42def test_transcript_path_rejects_empty_id() -> None:
43 with pytest.raises(ValueError):
44 get_agent_transcript_path("")
45
46
47def test_transcript_path_rejects_overly_long_id() -> None:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected