package
0.0.0-20240122153004-13bcfc5aacc5
Repository: https://github.com/stealthycoder/distribution.git
Documentation: pkg.go.dev

# Functions

RegisterSuite registers an in-process storage driver test suite with the go test runner.
Test hooks up gocheck into the "go test" runner.

# Variables

NeverSkip is a default SkipCheck which never skips the suite.

# Structs

DriverSuite is a gocheck test suite designed to test a storagedriver.StorageDriver.

# Type aliases

DriverConstructor is a function which returns a new storagedriver.StorageDriver.
DriverTeardown is a function which cleans up a suite's storagedriver.StorageDriver.
SkipCheck is a function used to determine if a test suite should be skipped.