Versions in this module Expand all Collapse all v1 v1.2.0 Feb 25, 2026 Changes in this version + type CompileStep struct + Flags []string + IncludeParentDir bool + Language string + Output string + Source string type TestCase + BeforeFunc func(testCaseHarness *test_case_harness.TestCaseHarness) error + CompileStep *CompileStep + RequiredFiles []string v1.1.0 Feb 24, 2026 Changes in this version + type TestCase struct + Slug string + TestFunc func(testCaseHarness *test_case_harness.TestCaseHarness) error + Timeout time.Duration + func (t TestCase) CustomOrDefaultTimeout() time.Duration + type TesterDefinition struct + AntiCheatTestCases []TestCase + ExecutableFileName string + LegacyExecutableFileName string + TestCases []TestCase + func (t TesterDefinition) TestCaseBySlug(slug string) TestCase