#36: add debugtalk.py local per-directory plugins

This commit is contained in:
debugtalk
2017-08-29 21:33:02 +08:00
parent 459f5abc6b
commit 46dcd195d0
5 changed files with 44 additions and 4 deletions

View File

@@ -46,6 +46,9 @@ class Context(object):
self.testcase_parser.bind_functions(self.testcase_functions_config)
self.testcase_parser.bind_variables(self.testcase_variables_mapping)
if level == "testset":
self.import_module_functions(["ate.debugtalk"], "testset")
def import_requires(self, modules):
""" import required modules dynamicly
"""