mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-05-22 01:30:00 +00:00
7 lines
293 B
Rust
7 lines
293 B
Rust
//! Integration test helpers, re-exported from `test_fixtures` for backwards
|
|
//! compatibility. The actual fixtures live in the `test_fixtures` crate so that
|
|
//! non-test consumers (e.g. `integration_bench`) can depend on them without
|
|
//! pulling in the test files.
|
|
|
|
pub use test_fixtures::*;
|