()
| 119 | |
| 120 | |
| 121 | def slim_bundle() -> dict: |
| 122 | return { |
| 123 | "writing_contract": { |
| 124 | "contracts_by_paper_type": PAPER_TYPE_CONTRACTS, |
| 125 | "paper_type_selection": {"source_of_truth": "note_plan.paper_type"}, |
| 126 | } |
| 127 | } |
| 128 | |
| 129 | |
| 130 | def test_lint_grounding_accepts_section_id_or_page_range(tmp_path: Path) -> None: |
no outgoing calls
no test coverage detected