#!/bin/sh
set -e

uv run pytest
