package
0.3.2
Repository: https://github.com/asticode/dep.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NeedsExternalNetwork makes sure the tests needing external network will not be run when executing tests in short mode.
NeedsGit will make sure the tests that require git will be skipped if the git binary is not available.
NewHelper initializes a new helper for testing.

# Variables

ExeSuffix is the suffix of executable files; ".exe" on Windows.
PrintLogs controls logging of test commands.
UpdateGolden controls updating test fixtures.

# Structs

Helper with utilities for testing.
Writer adapts a testing.TB to the io.Writer interface.