summaryrefslogtreecommitdiffstats
path: root/tests/pytests
diff options
context:
space:
mode:
authorTomas Krizek <tomas.krizek@nic.cz>2020-01-08 14:31:28 +0100
committerTomas Krizek <tomas.krizek@nic.cz>2020-01-08 14:31:28 +0100
commit4611b905af7d85edb284197a75e590192b9ef52c (patch)
tree6a32c792c594381914a33da77005db5f2e25a619 /tests/pytests
parentci: re-run valgrind test on failure (diff)
downloadknot-resolver-4611b905af7d85edb284197a75e590192b9ef52c.tar.xz
knot-resolver-4611b905af7d85edb284197a75e590192b9ef52c.zip
tests/pytests: create and collect html report
The report has been previously removed, most likely by a mistake.
Diffstat (limited to 'tests/pytests')
-rw-r--r--tests/pytests/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/pytests/meson.build b/tests/pytests/meson.build
index 185f713d..ffe5b828 100644
--- a/tests/pytests/meson.build
+++ b/tests/pytests/meson.build
@@ -38,6 +38,8 @@ test(
args: [
'-m', 'pytest',
'-d',
+ '--html', 'pytests.parallel.html',
+ '--self-contained-html',
'-n', '24',
'-v',
],