mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-26 09:59:25 +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::*;
|