refactor: replace with open file handler, avoid reading files into memory

This commit is contained in:
debugtalk
2019-12-13 11:18:09 +08:00
parent 4c5636f44c
commit 7ba3c99f76
4 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry]
name = "httprunner"
version = "2.4.1"
version = "2.4.2"
description = "One-stop solution for HTTP(S) testing."
license = "Apache-2.0"
readme = "README.md"