mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-24 09:50:00 +08:00
@@ -333,6 +333,8 @@ def print_io(in_out):
|
||||
for variable, value in in_out.items():
|
||||
if isinstance(value, tuple):
|
||||
continue
|
||||
elif isinstance(value, dict):
|
||||
value = json.dumps(value)
|
||||
|
||||
if is_py2:
|
||||
if isinstance(variable, unicode):
|
||||
|
||||
Reference in New Issue
Block a user