contentdb/utils/tests.sh

7 lines
190 B
Bash
Raw Normal View History

2020-01-19 16:51:47 +01:00
#!/bin/sh
2020-01-19 16:03:38 +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/ --disable-warnings"