omnigraph/crates/omnigraph-server/tests
aaltshuler b036073ec6 refactor(server): split the test monolith into area suites
tests/server.rs (6,517 lines, 110 tests) becomes seven area files —
auth_policy, data_routes, schema_routes, stored_queries, multi_graph,
boot_settings, s3 — with shared helpers in tests/support/mod.rs. Verbatim
moves + visibility bumps (pub on helpers, pub(super)->pub inside the
matrix harness); cargo fix stripped the per-file unused imports. All 110
tests pass in their new homes (289 across the crate including lib and
openapi).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 15:03:51 +03:00
..
support refactor(server): split the test monolith into area suites 2026-06-11 15:03:51 +03:00
auth_policy.rs refactor(server): split the test monolith into area suites 2026-06-11 15:03:51 +03:00
boot_settings.rs refactor(server): split the test monolith into area suites 2026-06-11 15:03:51 +03:00
data_routes.rs refactor(server): split the test monolith into area suites 2026-06-11 15:03:51 +03:00
multi_graph.rs refactor(server): split the test monolith into area suites 2026-06-11 15:03:51 +03:00
openapi.rs Stored-query registry foundation + config/CLI RFC-002 (#128) 2026-06-01 22:50:31 +02:00
s3.rs refactor(server): split the test monolith into area suites 2026-06-11 15:03:51 +03:00
schema_routes.rs refactor(server): split the test monolith into area suites 2026-06-11 15:03:51 +03:00
stored_queries.rs refactor(server): split the test monolith into area suites 2026-06-11 15:03:51 +03:00