mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-04-11 21:53:45 +00:00
11 lines
342 B
Rust
11 lines
342 B
Rust
mod app;
|
|
mod compose_env;
|
|
mod local_env;
|
|
pub mod scenario;
|
|
|
|
pub use app::*;
|
|
pub use scenario::{SchedulerBuilderExt, SchedulerScenarioBuilder};
|
|
|
|
pub type SchedulerLocalDeployer = testing_framework_runner_local::ProcessDeployer<SchedulerEnv>;
|
|
pub type SchedulerComposeDeployer = testing_framework_runner_compose::ComposeDeployer<SchedulerEnv>;
|