blob: ed61b5a59b4ded8a819414f7e73a2d1c48e61566 [file] [log] [blame]
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
-----------------------
.. code-block:: bash
pip install -r integration/requirements.txt
python -m integration.api
Running the tests
-----------------
.. code-block:: bash
python -m integration