From b55c76d8efcd6eae8666ee2bb64e1e741b5b7146 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Thu, 19 May 2022 06:54:24 +0200 Subject: [PATCH] test everything --- tasks.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tasks.py b/tasks.py index c103f0364c..d18c7e8460 100644 --- a/tasks.py +++ b/tasks.py @@ -290,9 +290,8 @@ def coverage(c): manage(c, 'check') # Run coverage tests - c.run('coverage run {manage} test {apps}'.format( - manage=managePyPath(), - apps=' '.join(apps()) + c.run('coverage run {manage} test'.format( + manage=managePyPath() )) # Generate coverage report