Documentation ¶
Overview ¶
Package gotooltest implements functionality useful for testing tools that use the go command.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Setup ¶
func Setup(p *testscript.Params) error
Setup sets up the given test environment for tests that use the go command. It adds support for go tags to p.Condition and adds the go command to p.Cmds. It also wraps p.Setup to set up the environment variables for running the go command appropriately.
It checks go command can run, but not that it can build or run binaries.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.