Module abscissa_core::testing[][src]

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

Regex

Regex newtype (wraps regex::Regex)