(self, tmp_path)
| 653 | |
| 654 | class TestReadEntityBriefs: |
| 655 | def test_none_when_missing(self, tmp_path): |
| 656 | assert _read_entity_briefs(tmp_path) == "(none yet)" |
| 657 | |
| 658 | def test_brief_type_and_source_count(self, tmp_path): |
| 659 | ent = tmp_path / "entities" |
nothing calls this directly
no test coverage detected