Merge "[CI] Enable embedded css on py.test report"
This commit is contained in:
commit
3dd6abf008
@ -22,6 +22,7 @@ PYTEST_REPORT = os.environ.get("PYTEST_REPORT",
|
|||||||
TESTR_REPORT = "testr_results.html"
|
TESTR_REPORT = "testr_results.html"
|
||||||
PYTEST_ARGUMENTS = ("py.test" # base command
|
PYTEST_ARGUMENTS = ("py.test" # base command
|
||||||
" --html=%(html_report)s" # html report
|
" --html=%(html_report)s" # html report
|
||||||
|
" --self-contained-html" # embedded css
|
||||||
" --durations=10" # get a list of the slowest 10 tests
|
" --durations=10" # get a list of the slowest 10 tests
|
||||||
" -n auto" # launch tests in parallel
|
" -n auto" # launch tests in parallel
|
||||||
" --timeout=%(timeout)s" # timeout for individual test
|
" --timeout=%(timeout)s" # timeout for individual test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user