anchore / anchore-cli

Simple command-line client to the Anchore Engine service
Apache License 2.0
114 stars 55 forks source link

Functional tests #48

Closed alfredodeza closed 4 years ago

alfredodeza commented 4 years ago

This PR fixes https://github.com/anchore/anchore-cli/issues/47 which only happens on Python 3.8

It creates a functional test harness with Pytest, the Python docker API, and tox. This includes a minimal setup on circleci which will probably need to be debugged and fine-tuned as the way circleci works with docker is a bit different.