#!/bin/bash

set -e

echo 'Running integration tests...'
poetry run pytest -v tests/integration/

echo 'Done!'
