Module abscissa_core::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

Import prelude for Abscissa tests
Subprocesses spawned by runners

Structs

Run a command via cargo run
Regex newtype (wraps regex::Regex)