contentdb/utils/tests.sh

4 lines
147 B
Bash
Raw Normal View History

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