contentdb/utils/tests_cov.sh

7 lines
202 B
Bash
Raw Normal View History

2023-12-16 00:49:54 +01:00
#!/bin/bash
2020-01-19 20:09:04 +01:00
set -e
. "${BASH_SOURCE%/*}/common.sh"
docker exec "$(container app)" sh -c "FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py python -m pytest app/tests/ --cov=app --disable-warnings"