Loading scripts/run_tests_locally-forecaster.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
scripts/run_tests_locally-forecaster.sh +1 −1 Original line number Diff line number Diff line Loading @@ -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