summaryrefslogtreecommitdiff
path: root/integration-cli/requirement
Commit message (Collapse)AuthorAgeFilesLines
* integration-cli: make testRequires() a HelperSebastiaan van Stijn2019-10-091-8/+4
| | | | | | | | | | Make this utility a helper, so that the "skip" message is printing the location of the test, instead of the location of the helper, which is what it's printing now: requirement.go:26: unmatched requirement bridgeNfIptables Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
* prepare for rm-gocheck scriptTibor Vass2019-09-091-1/+1
| | | | Signed-off-by: Tibor Vass <tibor@docker.com>
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
| | | | Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Refactor test environmentDaniel Nephin2017-08-301-2/+3
| | | | | | | | split all non-cli portions into a new internal/test/environment package Set a test environment on packages instead of creating new ones. Signed-off-by: Daniel Nephin <dnephin@docker.com>
* Display only the name of the requirement…Vincent Demeester2016-12-261-1/+8
| | | | | | … relative to the integration-cli package Signed-off-by: Vincent Demeester <vincent@sbr.pm>
* Refactor and extract TestRequire functionalityVincent Demeester2016-12-211-0/+26
This will help when extracting suites in their own package. Signed-off-by: Vincent Demeester <vincent@sbr.pm>