#!/bin/bash
set -e 
exec uv run pytest --log-level=DEBUG --doctest-modules storage.py tests/ "$@"
