felicity-lims/felicity/scripts/test.sh

8 lines
118 B
Bash
Raw Normal View History

2023-04-10 20:23:31 +08:00
#!/usr/bin/env bash
set -e
set -x
export TESTING=True
pytest tests --asyncio-mode=strict "${@}"
export TESTING=False