diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-07-23 11:34:30 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-07-23 11:34:30 +0200 |
commit | d08081ae02ee772b2576872822c702e31c430870 (patch) | |
tree | b22d470784dd5bbe7f590620af100027da014b69 /check | |
parent | ef6bd01d5dddc184ca27462648713925839030fe (diff) |
Improve test output
Diffstat (limited to 'check')
-rwxr-xr-x | check | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17,11 +17,11 @@ shift 1 case $SUBCMD in "tests") - nose2-3 $COVER_OPT --log-level=ERROR -B --log-capture $* + nose2-3 $COVER_OPT --log-level ERROR -B --log-capture $* ;; "coverage") - nose2-3 --with-coverage --coverage-report=term \ - --log-level=ERROR -B --log-capture $* + nose2-3 --with-coverage --coverage-report=term-missing \ + --log-level ERROR -B --log-capture $* ;; "qa") flake8 --select=E,F,W,C90,E123 --ignore=W503 . |