contentdb/utils/tests_cov.sh

4 lines
157 B
Bash
Raw Permalink Normal View History

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