#!/bin/sh
set -e

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

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