xlab-steampunk / redfish-client-python

Minimalistic Redfish API client
Apache License 2.0
4 stars 8 forks source link

Hook up unit tests to the CI #12

Closed tadeboro closed 5 years ago

tadeboro commented 5 years ago

This pull request aims to add a fully working CircleCI integration.

To achieve that, we first added pipenv configuration that allows us to prepare the environment with ease.

Next, we wrapped the most commonly used commands into a simple Makefile to reduce the cognitive load when performing chores.

Lastly, we updated the CircleCI configuration file that now actually runs the test suite.

tadeboro commented 5 years ago

/cc @matejart Just for reference.