#!/bin/bash

set -e

source .venv/bin/activate

echo "Running integration tests"
pytest tests/integration
