feat: dump log for each testcase

This commit is contained in:
debugtalk
2020-05-22 12:14:10 +08:00
parent 814da4f1e8
commit 07ec852f6c
4 changed files with 56 additions and 35 deletions

View File

@@ -192,7 +192,7 @@ class HttpSession(requests.Session):
logger.info(
f"status_code: {response.status_code}, "
f"response_time(ms): {response_time_ms} ms, "
f"response_length: {content_size} bytes\n"
f"response_length: {content_size} bytes"
)
return response