summaryrefslogtreecommitdiff
path: root/test.sh
blob: 618aed7df9432108fd92289335d566193a13324c (plain)
1
2
3
4
5
#!/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