Expand description
Acceptance testing for Abscissa applications.
The recommended way to import types for testing is:
use abscissa_core::testing::prelude::*;The main entrypoint for running tests is CmdRunner.
Modules§
Structs§
- CmdRunner
- Run a command via
cargo run - Config
File - Configuration file RAII guard which deletes it on completion
- Regex
- Regex newtype (wraps
regex::Regex)