From 0fd4be5fc6ecc667c22de30daa417cb73bcacdea Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 8 Jul 2022 12:19:47 -0300 Subject: [PATCH] [Test] Added pytest option to ptint tests times --- .github/workflows/pythonapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index c4d8f40c..ca004166 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -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