mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-09 22:44:05 +08:00
put request info to the next line
This commit is contained in:
@@ -119,6 +119,7 @@ class HttpSession(requests.Session):
|
|||||||
|
|
||||||
# prepend url with hostname unless it's already an absolute URL
|
# prepend url with hostname unless it's already an absolute URL
|
||||||
url = self._build_url(url)
|
url = self._build_url(url)
|
||||||
|
print("")
|
||||||
logger.log_info("{method} {url}".format(method=method, url=url))
|
logger.log_info("{method} {url}".format(method=method, url=url))
|
||||||
logger.log_debug("request kwargs(raw): {kwargs}".format(kwargs=kwargs))
|
logger.log_debug("request kwargs(raw): {kwargs}".format(kwargs=kwargs))
|
||||||
# store meta data that is used when reporting the request to locust's statistics
|
# store meta data that is used when reporting the request to locust's statistics
|
||||||
|
|||||||
Reference in New Issue
Block a user