#!/bin/bash

set -e

echo 'Running integration tests...'
uv run pytest $TEST_ARGS tests/integration/

echo 'Done!'
