felicity-lims/felicity/scripts/test.sh

8 lines
121 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
2024-07-28 03:52:31 +08:00
pytest felicity --asyncio-mode=strict "${@}"
2023-04-10 20:23:31 +08:00
export TESTING=False