package
0.6.10
Repository: https://github.com/hofstadter-io/hof.git
Documentation: pkg.go.dev

# Functions

IgnoreMissedCoverage causes any missed coverage information (for example when a function passed to RunMain calls os.Exit, for example) to be ignored.
RunDir runs the tests in the given directory.
RunMain should be called within a TestMain function to allow subcommands to be run in the testscript context.
RunT is like Run but uses an interface type instead of the concrete *testing.T type to make it possible to use testscript functionality outside of go test.

# Constants

No description provided by the author

# Structs

No description provided by the author
Env holds the environment to use at the start of a test script invocation.
Params holds parameters for a call to Run.
No description provided by the author
No description provided by the author
A Script holds execution state for a single test script.

# Interfaces

T holds all the methods of the *testing.T type that are used by testscript.
TestingM is implemented by *testing.M.