[Test] Added pytest option to ptint tests times

This commit is contained in:
Salvador E. Tropea 2022-07-08 12:19:47 -03:00
parent 7842edafcf
commit 0fd4be5fc6
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ jobs:
python3-coverage erase
# Create the caches with macros
python3-coverage run -a src/kibot --help-outputs > /dev/null
pytest-3 --test_dir output
pytest-3 --durations=0 --test_dir output
# pytest-3 --log-cli-level debug -k "test_ibom_parse_fail" --test_dir output
python3-coverage report
python3-coverage html -d output/htmlcov