#!/bin/bash
# Run the integration tests. Requires pytest-parallel:
#   pip install pytest-parallel

export COVASIM_SHOW=0 # Don't show plots
pytest test*.py --workers auto --durations=0