mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-17 11:47:37 +08:00
fix: reload to refresh previously loaded debugtalk module
This commit is contained in:
@@ -371,6 +371,8 @@ def load_debugtalk_functions() -> Dict[Text, Callable]:
|
||||
"""
|
||||
# load debugtalk.py module
|
||||
imported_module = importlib.import_module("debugtalk")
|
||||
# reload to refresh previously loaded module
|
||||
imported_module = importlib.reload(imported_module)
|
||||
return load_module_functions(imported_module)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user