#!/usr/bin/env sh

set -e

python -m pytest tests/integration
