#!/usr/bin/env sh

set -e

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