Versions in this module Expand all Collapse all v0 v0.0.2 Mar 5, 2022 v0.0.1 Mar 5, 2022 Changes in this version + var GenerateTestData = flag.Bool("regen", false, "Uses the current state to regenerate the test data.") + func CheckPlot(ExampleFunc func(), t *testing.T, filenames ...string) + func CheckPlotApprox(ExampleFunc func(), t *testing.T, delta float64, filenames ...string) + func Diff(dst draw.Image, a, b image.Image) image.Rectangle + func Equal(typ string, raw1, raw2 []byte) (bool, error) + func EqualApprox(typ string, raw1, raw2 []byte, delta float64) (bool, error)