//! 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.
pubmodcli_fixture;pubmodsample_data_generator;pubmodtest_fixture;