MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / slim_bundle

Function slim_bundle

tests/test_lint_grounding.py:121–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119
120
121def 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
130def test_lint_grounding_accepts_section_id_or_page_range(tmp_path: Path) -> None:

Calls

no outgoing calls

Tested by

no test coverage detected