mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-14 12:19:39 +08:00
#29: refactor validator, now support custom defined validators
This commit is contained in:
@@ -165,6 +165,9 @@ class Context(object):
|
||||
def get_testcase_variables_mapping(self):
|
||||
return self.testcase_variables_mapping
|
||||
|
||||
def get_testcase_functions_mapping(self):
|
||||
return self.testcase_functions_config
|
||||
|
||||
def exec_content_functions(self, content):
|
||||
""" execute functions in content.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user