omnigraph/crates/omnigraph-cli/tests
Ragnor Comerford 7adbd09a98
Test: queries validate/list must reject a named graph with a top-level block
Server boot refuses a config where a graph is selected by name yet a top-level
queries:/policy.file block is populated (the block would be silently ignored).
The CLI's queries validate/list resolve the same named selection but skip that
coherence check, so they give a false green / list the per-graph block. The new
test reproduces it: validate prints OK and list succeeds where boot would
refuse. Fails against current code; the fix follows.
2026-06-01 12:35:49 +02:00
..
support Rename repo terminology to graph (#118) 2026-05-24 16:46:00 +01:00
cli.rs Test: queries validate/list must reject a named graph with a top-level block 2026-06-01 12:35:49 +02:00
system_local.rs docs: rename runs.md/runs.rs → writes and repoint all references (#131) 2026-05-30 23:20:56 +02:00
system_remote.rs feat: inline query strings in CLI and HTTP server (#110) 2026-05-29 13:41:54 +02:00