package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Nov 10, 2024
License: BSD-3-Clause
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package testenv contains helper functions for skipping tests
based on which tools are present in the environment.
HasTool reports an error if the required tool is not available in PATH.
For certain tools, it checks that the tool executable is correct.
NeedsTool skips t if the named tool is not present in the path.
As a special case, "cgo" means "go" is present and can compile cgo programs.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.