#!/usr/bin/env bash

set -e

echo "==> Running tests"
uv run --all-extras pytest tests "$@"
