From 84e995cea0e11d67f3aaa46f244cab33356f1d58 Mon Sep 17 00:00:00 2001 From: Anton Studenov Date: Fri, 24 Mar 2017 19:05:50 +0300 Subject: [PATCH] [CI] Show test names in job logs Change-Id: Id30a4ab24888ccd78c135e8d0b6da4a3cf653308 --- tests/ci/pytest_launcher.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ci/pytest_launcher.py b/tests/ci/pytest_launcher.py index 3e4c6097..4098f86b 100755 --- a/tests/ci/pytest_launcher.py +++ b/tests/ci/pytest_launcher.py @@ -21,6 +21,7 @@ PYTEST_REPORT = os.environ.get("PYTEST_REPORT", ".test_results/pytest_results.html") TESTR_REPORT = "testr_results.html" PYTEST_ARGUMENTS = ("py.test" # base command + " -vv" # show test names in logs " --html=%(html_report)s" # html report " --durations=10" # get a list of the slowest 10 tests " -n auto" # launch tests in parallel