#!/usr/bin/env bash set -euo pipefail cd "$(dirname "$0")" exec nix --extra-experimental-features 'nix-command flakes' develop --command python -m unittest discover -s tests