From 02026f32c7118b2471a871e7e713974127ec528c Mon Sep 17 00:00:00 2001 From: httprunner 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 %}