package
20.10.0-rc1+incompatible
Repository: https://github.com/agilebits/moby.git
Documentation: pkg.go.dev

# Functions

Run takes a testing suite and runs all of the tests attached to it.

# Variables

TimeoutFlag is the flag to set a per-test timeout when running tests.

# Interfaces

SetupAllSuite has a SetupSuite method, which will run before the tests in the suite are run.
SetupTestSuite has a SetupTest method, which will run before each test in the suite.
TearDownAllSuite has a TearDownSuite method, which will run after all the tests in the suite have been run.
TearDownTestSuite has a TearDownTest method, which will run after each test in the suite.
TimeoutTestSuite has a OnTimeout method, which will run after a single test times out after a period specified by -timeout flag.