#!/usr/bin/env sh

uv run \
    pytest -x -vv \
    --log-cli-level error \
    --cov --cov-report xml --cov-report html "$@"
