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