#!/bin/sh

set -e

exec uv run -- pytest -v "$@"
