From 73a73e616a8f831e527d8f9d60fa5835165472d0 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Mon, 31 Dec 2018 21:14:00 +0100 Subject: [PATCH] print durations of 10 slowest tests --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a97bf3f..26764011 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -165,7 +165,7 @@ check for dependencies installed: .test: &test stage: test script: - - py.test -r w --cov=kwant --cov-report term --cov-report html --flakes kwant --junitxml=tests.xml + - py.test -r w --cov=kwant --cov-report term --cov-report html --flakes kwant --junitxml=tests.xml --durations=10 artifacts: paths: - htmlcov -- GitLab