mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-24 00:42:59 +08:00
8 lines
No EOL
118 B
Bash
Executable file
8 lines
No EOL
118 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
set -x
|
|
|
|
export TESTING=True
|
|
pytest tests --asyncio-mode=strict "${@}"
|
|
export TESTING=False |