mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
hot plugin support: search functions recursive upward from testset file
This commit is contained in:
@@ -1 +1 @@
|
||||
__version__ = '0.5.4'
|
||||
__version__ = '0.6.0'
|
||||
@@ -51,6 +51,7 @@ class Runner(object):
|
||||
if level == "testset":
|
||||
base_url = request_config.pop("base_url", None)
|
||||
self.http_client_session = self.http_client_session or HttpSession(base_url)
|
||||
self.context.testcase_parser.file_path = config_dict.get("path", None)
|
||||
else:
|
||||
# testcase
|
||||
self.http_client_session = self.http_client_session or requests.Session()
|
||||
|
||||
Reference in New Issue
Block a user