diff options
Diffstat (limited to 'test.sh')
| -rwxr-xr-x | test.sh | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,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 |
