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

Function test_query_dfs_flag

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

Source from the content-addressed store, hash-verified

177
178
179def 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
185def test_query_budget_flag(tmp_path):

Callers

nothing calls this directly

Calls 2

_make_graphFunction · 0.70
_runFunction · 0.70

Tested by

no test coverage detected