From 5301bb27e302b44777a5afa3b87c9c60c35b9213 Mon Sep 17 00:00:00 2001 From: gifrerenom <lluis.gifre@cttc.es> Date: Tue, 14 Nov 2023 11:47:31 +0000 Subject: [PATCH] Scripts: - Updated run-tests-locally script for the Forecaster component --- scripts/run_tests_locally-forecaster.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_tests_locally-forecaster.sh b/scripts/run_tests_locally-forecaster.sh index eaa3ab6f9..e5b9e3e7d 100755 --- a/scripts/run_tests_locally-forecaster.sh +++ b/scripts/run_tests_locally-forecaster.sh @@ -21,5 +21,5 @@ RCFILE=$PROJECTDIR/coverage/.coveragerc # Run unitary tests and analyze coverage of code at same time # helpful pytest flags: --log-level=INFO -o log_cli=true --verbose --maxfail=1 --durations=0 -coverage run --rcfile=$RCFILE --append -m pytest --log-level=DEBUG -o log_cli=true --verbose \ +coverage run --rcfile=$RCFILE --append -m pytest --log-level=INFO --verbose \ forecaster/tests/test_unitary.py -- GitLab