Documentation ¶
Overview ¶
Package skip contains logic for determining if a test should be skipped.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Skip ¶
Skip evaluates a test's labels against a set of labels that should be included in the test run and a set of labels that should be excluded from the test run. If both inclusion and exclusion labels are provided, exclusion is evaluated last. This allows defining buckets of tests to run which exclude undesirable subsets, e.g.:
Include: size=small Exclude: flaky=true
Will execute all of the 'small' tests while skipping any tests that are marked flaky.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.