#!/usr/bin/env sh

set -e

uv run pytest -v "$@"
