update omitting request & response length:

1, request: only omit upload file type;
2, response: keep raw content for extracting; omit in summary
This commit is contained in:
debugtalk
2018-12-28 16:15:18 +08:00
parent c1048d01a8
commit c68e7be512
3 changed files with 8 additions and 5 deletions

View File

@@ -14,7 +14,6 @@ import time
from httprunner.compat import basestring, builtin_str, integer_types, str
from httprunner.exceptions import ParamsError
from httprunner.utils import convert_dict_to_params, lower_dict_keys
from requests_toolbelt import MultipartEncoder