mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-25 10:20:11 +08:00
change: remove test which has compatibility problem in Python 2.7 temporarily
This commit is contained in:
@@ -579,6 +579,7 @@ def dump_json_file(json_data, json_file_abs_path):
|
||||
json_data,
|
||||
indent=4,
|
||||
separators=(',', ':'),
|
||||
encoding="utf8",
|
||||
ensure_ascii=False,
|
||||
cls=PythonObjectEncoder
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user