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

Function test_simple_create_schema

graphlite/tests/cli_fixture_tests.rs:15–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13
14#[test]
15fn test_simple_create_schema() {
16 let fixture = CliFixture::empty().expect("Failed to create CLI fixture");
17 let schema_name = fixture.schema_name();
18
19 let result = fixture.assert_query_succeeds(&format!("CREATE SCHEMA /{};", schema_name));
20 assert!(!result.is_empty());
21}
22
23#[test]
24fn test_catalog_persistence() {

Callers

nothing calls this directly

Calls 2

schema_nameMethod · 0.45
assert_query_succeedsMethod · 0.45

Tested by

no test coverage detected