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

Function get_shared_fixture

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

Source from the content-addressed store, hash-verified

13static SHARED_FIXTURE: OnceLock<TestFixture> = OnceLock::new();
14
15fn get_shared_fixture() -> &'static TestFixture {
16 SHARED_FIXTURE.get_or_init(|| TestFixture::empty().expect("Failed to create shared fixture"))
17}
18
19#[test]
20fn test_schema_ddl_operations() {

Callers 5

test_drop_schema_basicFunction · 0.85
test_ddl_error_casesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected