Module solution

Source

Enums§

TestResult
Represents the outcome of running a testcase. TestResult::Success means the output of a solution command matched the test_out field of the Testcase.

Functions§

lazy_run
Run a command against testcases one at a time.
run_testcase
Run a command against a single testcase.