Closed ilackarms closed 7 years ago
this PR is based off of #64. the original work and discussion of the changes here are in #61 (now closed)
@pweil- @mfojtik PTAL
@ilackarms overall is good! Just a minor comment. Let me know if you want to handle it, or I can merge as-is. Thanks.
excellent! very excited to be able to increase our Travis test coverage
This PR adds Integration tests will attempt to pull and scan an image without throwing an error. In order to accomplish this with our CI (travis), travis now runs tests inside a docker container (as travis does not support centos-based builds).
The PR also adds a set of integration tests for the WebDAV server (ensures http endpoints behave as expected).
the success of
docker build
will now also be tested by travis.The additional tests are implemented with the Ginkgo Test Framework. Ginkgo tests are compatible with
go test