| Compute Integration Test Module | |
| =============================== | |
| This test suite is for running a live API endpoint and testing the apache-libcloud compute functionality as a full integration test | |
| Running the API service | |
| ----------------------- | |
| .. code-block:: bash | |
| uv sync --group integration-compute | |
| python -m integration.compute.api | |
| Running the tests | |
| ----------------- | |
| .. code-block:: bash | |
| python -m integration.compute |