Versions in this module Expand all Collapse all v1 v1.3.0 Feb 26, 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