mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-13 08:59:44 +08:00
fix #1161: readme path error
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Release History
|
||||
|
||||
## 3.1.7 (2022-03-21)
|
||||
|
||||
- fix: ignore comments and blank lines when parsing .env file
|
||||
- fix: failure in getting client and server IP/port when requesting HTTPS
|
||||
- fix: upgrade dependencies for security
|
||||
|
||||
## 3.1.6 (2021-07-18)
|
||||
|
||||
**Fixed**
|
||||
@@ -259,7 +265,7 @@
|
||||
|
||||
**Added**
|
||||
|
||||
- feat: add `make` sub-command to generate python testcases from YAML/JSON
|
||||
- feat: add `make` sub-command to generate python testcases from YAML/JSON
|
||||
- feat: format generated python testcases with [`black`](https://github.com/psf/black)
|
||||
- test: add postman echo & httpbin as testcase examples
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
__version__ = "3.1.6"
|
||||
__version__ = "3.1.7"
|
||||
__description__ = "One-stop solution for HTTP(S) testing."
|
||||
|
||||
# import firstly for monkey patch if needed
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
[tool.poetry]
|
||||
name = "httprunner"
|
||||
version = "3.1.6"
|
||||
version = "3.1.7"
|
||||
description = "One-stop solution for HTTP(S) testing."
|
||||
license = "Apache-2.0"
|
||||
readme = "README.md"
|
||||
readme = "docs/README.md"
|
||||
authors = ["debugtalk <debugtalk@gmail.com>"]
|
||||
|
||||
homepage = "https://github.com/httprunner/httprunner"
|
||||
|
||||
Reference in New Issue
Block a user