Monitoring the status of live IATI services and websites.
The current overall status is shown on the badge below:
Tests are run daily using Github Actions. Pytest outputs a report.json file, which is pushed to the gh-pages
branch.
# Create a virtual environment using python 3
python3 -m venv venv
# Activate the virtual environment
source venv/bin/activate
# Install requirements
pip install -r requirements.txt
# Run the tests
pytest