summaryrefslogtreecommitdiff
path: root/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli.py')
-rwxr-xr-xcli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.py b/cli.py
index aaf070e..b7ffb2e 100755
--- a/cli.py
+++ b/cli.py
@@ -44,7 +44,7 @@ def test(debug):
@cli.command()
def test_ci():
"""run the tests for CI integration"""
- sh('python3 -m pytest -v -s -l')
+ sh('python3 -m pytest --cov=qface -v -l tests/')
class RunTestChangeHandler(FileSystemEventHandler):