summaryrefslogtreecommitdiff
path: root/test.sh
diff options
context:
space:
mode:
authorBen Sima <ben@bensima.com>2026-06-04 16:38:54 -0400
committerBen Sima <ben@bensima.com>2026-06-04 16:38:54 -0400
commitfe04ad47c9abf843cb6f64176981325a5b05f074 (patch)
tree212dc37a6ed0a16eebc72f3ab06b35949b09b71b /test.sh
parent11fd65b015dc6e24127f3cfdcb08975704381d46 (diff)
Add tests and fix research tools
Diffstat (limited to 'test.sh')
-rwxr-xr-xtest.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/test.sh b/test.sh
new file mode 100755
index 0000000..618aed7
--- /dev/null
+++ b/test.sh
@@ -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