contentdb/utils/tests.sh

4 lines
147 B
Bash
Raw Normal View History

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