aboutsummaryrefslogtreecommitdiff
path: root/utils/tests.sh
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2020-01-19 19:09:04 +0000
committerrubenwardy <rw@rubenwardy.com>2020-01-19 19:09:04 +0000
commit0bda16de6dae7a684acf4332312765fe2d78741c (patch)
tree86d19c95f391af2b2897ca3d4a307878b09fc065 /utils/tests.sh
parentfd6ba459f928d110d796cd464b16f47f97dc0f53 (diff)
downloadcheatdb-0bda16de6dae7a684acf4332312765fe2d78741c.tar.xz
Add API tests
Diffstat (limited to 'utils/tests.sh')
-rwxr-xr-xutils/tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tests.sh b/utils/tests.sh
index 82df3d1..2330a23 100755
--- a/utils/tests.sh
+++ b/utils/tests.sh
@@ -1,3 +1,3 @@
#!/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"
+docker exec contentdb_app_1 sh -c "FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py python -m pytest app/tests/ --disable-warnings"