change: rename render_html_report to gen_html_report

This commit is contained in:
debugtalk
2019-11-02 01:01:01 +08:00
parent 6a943eb424
commit 3daed4e884
5 changed files with 17 additions and 11 deletions

View File

@@ -2,9 +2,15 @@
## 2.3.2 (2019-11-01)
**Added**
- docs: add docs content to repo, visit at `https://docs.httprunner.org`
- docs: update developer interface docs
**Changed**
- make render_html_report separate with HttpRunner().run_tests()
- rename `render_html_report` to `gen_html_report`
- make gen_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