#!/bin/bash

set -e

echo 'Running integration tests...'
echo 'Not implemented'
#python -m pytest -v tests/integration/

echo 'Done!'
