MCPcopy Create free account
hub / github.com/Graphify-Labs/graphify / test_query_budget_flag

Function test_query_budget_flag

tests/test_cli_export.py:185–188  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

183
184
185def 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
191def test_query_missing_graph_fails(tmp_path):

Callers

nothing calls this directly

Calls 2

_make_graphFunction · 0.70
_runFunction · 0.70

Tested by

no test coverage detected