We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df7638b commit 960a25fCopy full SHA for 960a25f
tasks.py
@@ -26,7 +26,7 @@ def run(context: Context):
26
27
@task
28
def test(context: Context):
29
- context.run('pytest . --cov=. --cov-report=xml', pty=True)
+ context.run('pytest . -s --cov=. --cov-report=xml', pty=True)
30
31
32
0 commit comments