#!/bin/bash

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