This library contains a suite of end-to-end tests that you can perform against Steamship.
If you are running a private-hosted version of Steamship, we recommend running this test suite as part of your setup, and then regularly to monitor system health.
Follow the instructions in DEVELOPING to set up your virtual environment
Set the following environment variables for testing:
- Your Steamship API key.
export STEAMSHIP_API_KEY=
With the virtual environment active and environment variables set, run:
pytest