[Test] Added pytest option to ptint tests times
This commit is contained in:
parent
7842edafcf
commit
0fd4be5fc6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue