aboutsummaryrefslogtreecommitdiff
path: root/utils/tests.sh
blob: 2330a23400e3cd7e6c5616fdd8a458c96dc0b405 (plain)
1
2
3
#!/bin/sh

docker exec contentdb_app_1 sh -c "FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py python -m pytest app/tests/ --disable-warnings"