// Tests for batch command module behavior.
// Exports: (tests only)
// Deps: nested test modules
#[path = "batch_tests/shared.rs"]
mod shared;
#[path = "batch_tests/trigger.rs"]
mod trigger;
#[path = "batch_tests/run_args.rs"]
mod run_args;
#[path = "batch_tests/helpers.rs"]
mod helpers;
#[path = "batch_tests/retry.rs"]
mod retry;