package gotestyourself
import "gotest.tools"
Index ¶
Source Files ¶
pkg.go
Directories ¶
Path | Synopsis |
---|---|
assert | Package assert provides assertions for comparing expected values to actual values. |
assert/cmd | |
assert/cmd/gty-migrate-from-testify | Command gty-migrate-from-testify migrates packages from testify/assert and testify/require to gotestyourself/assert. |
assert/cmp | Package cmp provides Comparisons for Assert and Check |
assert/opt | Package opt provides common go-cmp.Options for use with assert.DeepEqual. |
env | Package env provides functions to test code that read environment variables or the current working directory. |
fs | Package fs provides tools for creating temporary files, and testing the contents and structure of a directory. |
golden | Package golden provides tools for comparing large mutli-line strings. |
icmd | Package icmd executes binaries and provides convenient assertions for testing the results. |
icmd/internal | |
internal | |
poll | Package poll provides tools for testing asynchronous code. |
skip | Package skip provides functions for skipping based on a condition. |
testsum | Package testsum is DEPRECATED. |
testsum/cmd | |
x | Package x is a namespace for other packages. |
x/subtest | Package subtest provides a TestContext to subtests which handles cleanup, and provides a testing.TB, and context.Context. |
- Version
- v1.4.0 (latest)
- Published
- Mar 21, 2018
- Platform
- linux/amd64
- Last checked
- now –
Tools for package owners.