#!/usr/bin/env bash
set -eux

uv run pytest "$@"
