encode request data if it is in unicode/str type

This commit is contained in:
httprunner
2018-03-26 00:05:06 +08:00
parent 81f34ccc1a
commit 3ffcc8813e
5 changed files with 24 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
__title__ = 'HttpRunner'
__description__ = 'One-stop solution for HTTP(S) testing.'
__url__ = 'https://github.com/HttpRunner/HttpRunner'
__version__ = '1.3.4'
__version__ = '1.3.5'
__author__ = 'debugtalk'
__author_email__ = 'mail@debugtalk.com'
__license__ = 'MIT'