#!/usr/bin/env bash

set -ex

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