Versions in this module Expand all Collapse all v0 v0.1.0 Jul 18, 2026 Changes in this version + type Expect struct + Symbols []string + type Fixture struct + Description string + Expected Expect + ID string + Probe Probe + Scoring Scoring + func LoadFixtures(dir string) ([]Fixture, error) + type Probe struct + Args map[string]any + Tool string + type Result struct + Fixture Fixture + Got []string + PassPrecision bool + PassRecall bool + Score Score + func Run(reader persist.StoreReader, f Fixture) (Result, error) + func RunAll(reader persist.StoreReader, fixtures []Fixture) ([]Result, error) + func (r Result) Pass() bool + type Score struct + Extra []string + F1 float64 + Missing []string + Precision float64 + Recall float64 + func ComputeScore(expected, got []string) Score + type Scoring struct + PrecisionMin float64 + RecallMin float64