Skip to content

Files

Latest commit

author
mitch
Nov 22, 2018
b8c4b9c · Nov 22, 2018

History

History
This branch is 3832 commits behind apache/libcloud:trunk.

integration

Integration Test Module

This test suite is for running a live API endpoint and testing the apache-libcloud functionality as a full integration test

Running the API service

pip install -r integration/requirements.txt
python -m integration.api

Running the tests

python -m integration