Module test_output

Source
Expand description

Utilities for capture output from tests run in a child process

Structs§

ChildSingleOutput
A single output for a test or setup script: standard output, standard error, or a combined buffer.
ChildSplitOutput
The output of a child process (test or setup script) with split stdout and stderr.

Enums§

CaptureStrategy
The strategy used to capture test executable output
ChildExecutionOutput
The result of executing a child process: either that the process was run and at least some output was captured, or that the process could not be started at all.
ChildOutput
The output of a child process: stdout and/or stderr.