change: remove summary property from HttpRunner

This commit is contained in:
debugtalk
2019-11-02 00:01:28 +08:00
parent 127a161ab3
commit 472c0532e2
4 changed files with 32 additions and 59 deletions

View File

@@ -6,6 +6,7 @@
- make render_html_report separate with HttpRunner().run_tests()
- `--report-file`: specify report file path, this has higher priority than specifying report dir.
- remove `summary` property from HttpRunner
## 2.3.1 (2019-10-28)