From 47297e3cefa3372abe4ab5293b11b98e3224a260 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Wed, 10 Oct 2018 20:11:49 +0800 Subject: [PATCH] make compatible with old version --- httprunner/templates/report_template.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/httprunner/templates/report_template.html b/httprunner/templates/report_template.html index 62b8a208..7cca19cb 100644 --- a/httprunner/templates/report_template.html +++ b/httprunner/templates/report_template.html @@ -204,10 +204,12 @@ variables output + {% if in_out in test_suite_summary %} {{test_suite_summary.in_out.in}} {{test_suite_summary.in_out.out}} + {% endif %}