fix: ensure converted python file in utf-8 encoding

This commit is contained in:
debugtalk
2020-05-23 19:54:30 +08:00
parent b4c7e333fc
commit 246112865b
5 changed files with 9 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "3.0.5"
__version__ = "3.0.6"
__description__ = "One-stop solution for HTTP(S) testing."
from httprunner.runner import HttpRunner