graphlite 0.0.1

GraphLite - A lightweight ISO GQL Graph Database
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Test utilities for GraphLite integration tests
//!
//! Two fixture types available:
//! - TestFixture: Direct component access (legacy)
//! - CliFixture: CLI-based testing (recommended for new tests)
//!
//! Both provide schema isolation for test independence.

pub mod cli_fixture;
pub mod sample_data_generator;
pub mod test_fixture;