website/bin/test
Ben Sturmfels 1a5441ba75
Fix tests
These were failing due to pytest defaulting to `DEBUG = False` (and then getting
`ValueError: Missing staticfiles manifest entry for ...`).
2024-07-22 16:56:25 +10:00

6 lines
72 B
Bash
Executable file

#!/usr/bin/env sh
set -e # Abort on failure
set -x
python3 -m pytest