mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-22 17:00:17 +08:00
bugfix: check HTTP method before request
This commit is contained in:
@@ -17,6 +17,7 @@ class Context(object):
|
||||
self.testset_shared_variables_mapping = OrderedDict()
|
||||
self.testcase_variables_mapping = OrderedDict()
|
||||
self.testcase_parser = testcase.TestcaseParser()
|
||||
self.evaluated_validators = []
|
||||
self.init_context()
|
||||
|
||||
def init_context(self, level='testset'):
|
||||
|
||||
Reference in New Issue
Block a user