diff options
Diffstat (limited to 'utils/tests.sh')
-rwxr-xr-x | utils/tests.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/tests.sh b/utils/tests.sh new file mode 100755 index 0000000..adedcf4 --- /dev/null +++ b/utils/tests.sh @@ -0,0 +1,3 @@ +#!/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" |