#!/usr/bin/env bash

set -e

echo "==> Running tests"
uv run pytest --cov=./ --cov-report=xml tests "$@"