Module testing

Module testing 

Source
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§

prelude
Import prelude for Abscissa tests
process
Subprocesses spawned by runners

Structs§

CmdRunner
Run a command via cargo run
ConfigFile
Configuration file RAII guard which deletes it on completion
Regex
Regex newtype (wraps regex::Regex)