Directories
¶
| Path | Synopsis |
|---|---|
|
Package base is the runner foundation: it defines the RunnerEnvironment and Proc abstractions and provides three backends — Native, Docker, and Nix — plus the CompanionRunner wrapper that picks the best backend at runtime.
|
Package base is the runner foundation: it defines the RunnerEnvironment and Proc abstractions and provides three backends — Native, Docker, and Nix — plus the CompanionRunner wrapper that picks the best backend at runtime. |
|
Package golang is the Go-specific runner: build, test, and run Go programs in any of the supported execution environments (native, Docker, Nix) with consistent behavior.
|
Package golang is the Go-specific runner: build, test, and run Go programs in any of the supported execution environments (native, Docker, Nix) with consistent behavior. |
|
Package javascript runs and parses test output for JS/TS test runners — vitest, jest, playwright.
|
Package javascript runs and parses test output for JS/TS test runners — vitest, jest, playwright. |
|
Package python is the Python-specific runner: build, test, and run Python services across native, Docker, and Nix backends.
|
Package python is the Python-specific runner: build, test, and run Python services across native, Docker, and Nix backends. |
|
Package sandbox confines a child process's filesystem and network access using OS-level primitives.
|
Package sandbox confines a child process's filesystem and network access using OS-level primitives. |
|
Package testmatrix provides a multi-environment test harness.
|
Package testmatrix provides a multi-environment test harness. |
Click to show internal directories.
Click to hide internal directories.