contentdb/utils/tests.sh

4 lines
153 B
Bash
Raw Normal View History

2020-01-19 16:03:38 +01:00
#!/bin/bash
docker exec -it contentdb_app_1 sh -c "FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py python -m pytest app/tests/ --disable-warnings"