(tmp_path)
| 177 | |
| 178 | |
| 179 | def test_query_dfs_flag(tmp_path): |
| 180 | _make_graph(tmp_path) |
| 181 | r = _run(["query", "test", "--dfs"], tmp_path) |
| 182 | assert r.returncode == 0, r.stderr |
| 183 | |
| 184 | |
| 185 | def test_query_budget_flag(tmp_path): |
nothing calls this directly
no test coverage detected