()
| 585 | |
| 586 | |
| 587 | def test_substantive_gate_passes_specific_note() -> None: |
| 588 | issues = inspect_substantive_content(_valid_note_text()) |
| 589 | |
| 590 | assert issues == [] |
| 591 | |
| 592 | |
| 593 | def test_substantive_gate_rejects_empty_shell_innovation() -> None: |
nothing calls this directly
no test coverage detected