#!/bin/bash
# Run the integration tests.
# Be sure to install the test requirements first!
#    pip install -r requirements.txt

pytest test_*.py -n auto --durations=0
