close
Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.rst

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