package gotooltest

import "github.com/rogpeppe/go-internal/gotooltest"

Package gotooltest implements functionality useful for testing tools that use the go command.

Index

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.

Source Files

setup.go

Version
v1.4.0
Published
Sep 16, 2019
Platform
js/wasm
Imports
11 packages
Last checked
1 hour ago

Tools for package owners.