felicity-lims/felicity/scripts/test.sh

13 lines
211 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 "${@}"
2024-07-28 04:32:04 +08:00
export TESTING=False
# manual
# export TESTING=True && pytest felicity/tests/unit --asyncio-mode=strict -x