fix #120: UnicodeEncodeError occured when response text contains Chinese in Python 2

This commit is contained in:
debugtalk
2018-03-21 22:34:49 +08:00
parent 6d05ac32dc
commit f177ffe680
2 changed files with 5 additions and 1 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.2.2-beta'
__version__ = '1.2.3-beta'
__author__ = 'debugtalk'
__author_email__ = 'mail@debugtalk.com'
__license__ = 'MIT'