Documentation
¶
Overview ¶
package integration provides integration testing helpers
Integration tests should be written like go unit tests but with the following constraints:
1. They should be named TestIntegration* instead of just Test* 2. The source file should have builtags !nointegration
See also: hack/make-rules/test.sh
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ModuleRootDir ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.