(tmp_path)
| 183 | |
| 184 | |
| 185 | def test_query_budget_flag(tmp_path): |
| 186 | _make_graph(tmp_path) |
| 187 | r = _run(["query", "test", "--budget", "500"], tmp_path) |
| 188 | assert r.returncode == 0, r.stderr |
| 189 | |
| 190 | |
| 191 | def test_query_missing_graph_fails(tmp_path): |
nothing calls this directly
no test coverage detected