MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / test_simple_query

Function test_simple_query

graphlite/tests/testutils/cli_fixture.rs:277–283  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

275
276 #[test]
277 fn test_simple_query() {
278 let fixture = CliFixture::empty().expect("Failed to create fixture");
279 let schema_name = fixture.schema_name();
280
281 let result = fixture.assert_query_succeeds(&format!("CREATE SCHEMA /{};", schema_name));
282 assert!(!result.is_empty());
283 }
284}

Callers

nothing calls this directly

Calls 2

schema_nameMethod · 0.45
assert_query_succeedsMethod · 0.45

Tested by

no test coverage detected