()
| 40 | |
| 41 | |
| 42 | def test_transcript_path_rejects_empty_id() -> None: |
| 43 | with pytest.raises(ValueError): |
| 44 | get_agent_transcript_path("") |
| 45 | |
| 46 | |
| 47 | def test_transcript_path_rejects_overly_long_id() -> None: |
nothing calls this directly
no test coverage detected