Documentation
¶
Index ¶
Constants ¶
View Source
const EnvTestTags = "GO_TEST_TAGS"
Variables ¶
This section is empty.
Functions ¶
func NewRSAKeys ¶ added in v0.1.0
func Tags ¶
Tags defines the tags that the test should run under.
For example:
func TestDemo(t *testing.T) {
testing.Tags(t, tagx.Integration, tagx.Short)
}
Results being run with:
- no tags
- `GO_TEST_TAGS=fast`
- `GO_TEST_TAGS=integration`
- `GO_TEST_TAGS=fast,integration`
But would be skipped with:
- `GO_TEST_TAGS=-fast`
- `GO_TEST_TAGS=-integration`
- `GO_TEST_TAGS=fast,-integration`
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.