Documentation
¶
Index ¶
- Variables
- func FindInput(fs afero.Fs, path string) (string, error)
- func ListTests(fs afero.Fs, path string) (iter.Seq[*Test], error)
- type Assertion
- type Option
- type Options
- type Suite
- func ReadLocalGitSuite(ctx context.Context, fs afero.Fs, name string) (Suite, error)
- func ReadLocalGitTests(ctx context.Context, fs afero.Fs, name string, ...) (Suite, error)
- func ReadSuite(fs afero.Fs, path string, options ...Option) (Suite, error)
- func ReadTests(fs afero.Fs, path string, assertions map[string][]Assertion) (Suite, error)
- type Test
Constants ¶
This section is empty.
Variables ¶
View Source
var ( InputRegex = regexp.MustCompile("(input|source).*") OutputRegex = regexp.MustCompile(".*/?(output|target).*") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.