nextest_runner

Module test_output

source
Expand description

Utilities for capture output from tests run in a child process

Structs§

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

Enums§

  • The strategy used to capture test executable output
  • 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.
  • The output of a child process: stdout and/or stderr.