[CI] Show test names in job logs

Change-Id: Id30a4ab24888ccd78c135e8d0b6da4a3cf653308
This commit is contained in:
Anton Studenov 2017-03-24 19:05:50 +03:00
parent e3dcae4e36
commit 84e995cea0

View File

@ -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