Versions in this module Expand all Collapse all v1 v1.2.0 Feb 25, 2026 v1.1.0 Feb 24, 2026 Changes in this version + type TesterContext struct + ExecutablePath string + IsDebug bool + ShouldSkipAntiCheatTestCases bool + SubmissionDir string + TestCases []TesterContextTestCase + func GetTesterContext(env map[string]string, definition tester_definition.TesterDefinition) (TesterContext, error) + func (c TesterContext) Print() + type TesterContextTestCase struct + Slug string + TesterLogPrefix string + Title string