Module test_support

Source
Expand description

Testing support for repeated runs

Structs§

Config
Configuration variables for a single test run.

Traits§

MultithreadedTestResult
Defines how to compose multiple test runs for a kind of test result in a multithreaded executor.
TestResult
Defines how to compose multiple test runs for a kind of test result.

Functions§

run_singlethreaded_test
Runs a test in an executor, potentially repeatedly and concurrently
run_test
Runs a test in an executor, potentially repeatedly and concurrently
run_until_stalled_test
Runs a test in an executor until it’s stalled