From 35021939faf4695768e910acd24d09a85a4c2f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E5=85=A8=E6=97=BA?= Date: Tue, 29 May 2018 15:46:34 +0800 Subject: [PATCH] replace to jinja2 temaplate --- .../templates/extent_report_template.html | 30 +++++++++++-------- 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/httprunner/templates/extent_report_template.html b/httprunner/templates/extent_report_template.html index ec0297ef..219351c4 100644 --- a/httprunner/templates/extent_report_template.html +++ b/httprunner/templates/extent_report_template.html @@ -50,14 +50,14 @@ - {{ html_report_name }} - TestReport + Test Report: {{ html_report_name }}