#!/bin/sh
set -e

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

uv run --package pywire-parser pytest tests/ "$@"
