#!/bin/bash

set -e
echo "Running unittests"
uv run pytest -n auto tests -v
