Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Assertion ¶
type Assertion func(*testing.T, CommandOutput)
type CommandOutput ¶
type TestCase ¶ added in v0.24.0
type TestCase struct {
Description string
Command string
Environment []string
Args []string
SampleFolder []string
// Os []OSRuntime // When we will have tests depending on the OS
// Ciuser CIUser # TODO: should set a CI token when relevant
// ToolsRequired []string # TODO: depending on the tools we will want to test
Assert Assertion
}
Click to show internal directories.
Click to hide internal directories.