Versions in this module Expand all Collapse all v1 v1.1.0 Feb 10, 2026 Changes in this version + type TestRunner struct + func NewQuietTestRunner(steps []TestRunnerStep, submissionDir string) TestRunner + func NewTestRunner(steps []TestRunnerStep, submissionDir string) TestRunner + func (r TestRunner) Run(isDebug bool, executable *executable.Executable) bool + type TestRunnerStep struct + TestCase tester_definition.TestCase + TesterLogPrefix string + Title string