vdev/commands/integration/mod.rs
1crate::cli_subcommands! {
2 r"Manage integration test environments...
3
4These test setups are organized into a set of integrations, located in subdirectories
5`scripts/integration`. For each integration, there is a matrix of environments, described in the
6`matrix` setting in the `test.yaml` file contained therein."
7
8 mod show,
9 mod build,
10 mod start,
11 mod stop,
12 mod test,
13 mod ci_paths,
14}