Skip to content
Snippets Groups Projects
Verified Commit 4611b905 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

tests/pytests: create and collect html report

The report has been previously removed, most likely by a mistake.
parent 4968a5ce
Branches
Tags
1 merge request!918ci: fixes
Pipeline #57911 canceled with stages
in 9 minutes and 41 seconds
......@@ -296,6 +296,11 @@ pytests:
dependencies:
- build-asan
stage: extended # use this stage to avoid clash with other resource-intensive jobs
artifacts:
when: always
paths:
- build_ci*/meson-logs/testlog*.txt
- tests/pytests/*.html
script:
- ${MESON_TEST} --suite pytests
......
......@@ -38,6 +38,8 @@ test(
args: [
'-m', 'pytest',
'-d',
'--html', 'pytests.parallel.html',
'--self-contained-html',
'-n', '24',
'-v',
],
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment