# Functions
CaptureLog redirects logrus output to testing.Log.
No description provided by the author
No description provided by the author
CreateExportFile creates an export file for a test.
DoneWithExportFile: marks the export file to be deleted It is the tester's responsibility to call this function.
GetExportFilename return export filename for test.
GetSpecFromTemplate creates a file bsed on the given template.
No description provided by the author
KeepExportFile: marks the export file to be kept.
MockPipedFile mocks the file being piped into stdin, similarly as what you can do with `cat file | cmd`.
No description provided by the author
NewCmdPipes returns a new CmdPipes.
starts a new lseek-pipe command
revive:disable:context-as-argument.
No description provided by the author
RedirectStdoutExecuteCmd redirects stdout, executes the command and returns the result of the command.
RepoRootPath retrieves the repository root path (useful to find scripts and other files).
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
CmdBufferedPipes wraps stdout and stderr in a bufio.Reader.
CmdPipes maintains pipes for stdout, stderr, and stdin.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author