Module testing

Source

Structs§

ExpectedDirectory
Contents of an expected directory artifact.
ExpectedSuite
A version of a suite run result that contains all output in memory. This should only be used for making assertions in a test.
ExpectedTestCase
A version of a test case result that contains all output in memory. This should only be used for making assertions in a test.
ExpectedTestRun
A version of a test run result that contains all output in memory. This should only be used for making assertions in a test.

Functions§

assert_run_result
Assert that the run results contained in actual_run and the directory specified by root contain the results and artifacts in expected_run.
assert_suite_result
Assert that the suite results contained in actual_suite and the directory specified by root contain the results, artifacts, and test cases in expected_suite.