//! Shared helpers for `rig-memvid` integration & smoke tests.
//!
//! Lints are relaxed here (and re-relaxed in the consuming test files) so
//! tests can use `unwrap`/`expect` without having to pepper every assertion.
use Result;
use MemvidStore;
/// Build a fresh lex-enabled [`MemvidStore`] at `path`. Errors if the file
/// already exists. Used by both [`tests/integration.rs`] and
/// [`tests/smoke.rs`] to keep test bring-up uniform.