Merge pull request #1091 from httprunner/feat-add-brotli

fix: decode brotli encoding
This commit is contained in:
debugtalk
2021-06-27 00:08:41 +08:00
committed by GitHub
4 changed files with 282 additions and 265 deletions

View File

@@ -1,5 +1,11 @@
# Release History
## 3.1.5 (2021-06-27)
**Fixed**
- fix: decode brotli encoding
## 3.1.4 (2020-07-30)
**Changed**

View File

@@ -1,4 +1,4 @@
__version__ = "3.1.4"
__version__ = "3.1.5"
__description__ = "One-stop solution for HTTP(S) testing."
# import firstly for monkey patch if needed

536
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "httprunner"
version = "3.1.4"
version = "3.1.5"
description = "One-stop solution for HTTP(S) testing."
license = "Apache-2.0"
readme = "README.md"
@@ -43,6 +43,7 @@ allure-pytest = {version = "^2.8.16", optional = true}
requests-toolbelt = {version = "^0.9.1", optional = true}
filetype = {version = "^1.0.7", optional = true}
locust = {version = "^1.0.3", optional = true}
Brotli = "^1.0.9"
[tool.poetry.extras]
allure = ["allure-pytest"] # pip install "httprunner[allure]", poetry install -E allure