#!/usr/bin/env sh

set -e

uv run maturin dev --uv
uv run pytest "$@"
uv run stacrs translate spec-examples/v1.1.0/simple-item.json /dev/null
