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.9.0
Published
Aug 22, 2022
Platform
darwin/amd64
Imports
10 packages
Last checked
2 hours ago

Tools for package owners.