#!/bin/sh
set -e

echo "🧪 Running tests for pywire-auth..."

uv run --package pywire-auth --extra sqlalchemy --extra dev pytest tests/ "$@"
