7 lines
253 B
Go
7 lines
253 B
Go
// Package test contains testing utilities used for constructing fake Contexts
|
|
// which can be used during tests.
|
|
//
|
|
// It should be used for all unit tests that require a set of fake clientsets etc
|
|
// in order to provide test consistency.
|
|
package test
|