Versions in this module Expand all Collapse all v0 v0.1.156 Apr 24, 2026 v0.1.155 Apr 24, 2026 Changes in this version + func HasUVRuntime() bool + func RunPythonLint(ctx context.Context, sourceDir string) (string, error) + func SetPythonRuntimeContext(runtimeContext *basev0.RuntimeContext) *basev0.RuntimeContext + type PythonAgentSettings struct + PythonVersion string + SourceDir string + func (s *PythonAgentSettings) PythonSourceDir() string + type TestEvent struct + Action string + Test string + type TestOptions struct + CacheDir string + OnEvent func(TestEvent) + type TestSummary struct + Coverage float32 + Failed int32 + Failures []string + Passed int32 + Run int32 + Skipped int32 + func ParsePytestVerbose(output string) *TestSummary + func RunPythonTests(ctx context.Context, sourceDir string, ...) (*TestSummary, error) + func (s *TestSummary) SummaryLine() string