Merge "[CI] Show test names in job logs"

This commit is contained in:
Jenkins 2017-03-24 18:37:46 +00:00 committed by Gerrit Code Review
commit cf4044d206

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
" --self-contained-html" # embedded css
" --durations=10" # get a list of the slowest 10 tests