feat: get request & response meta datas

This commit is contained in:
debugtalk
2020-04-21 18:55:31 +08:00
parent f3a8bd78ce
commit 27c1ce9772
4 changed files with 42 additions and 9 deletions

View File

@@ -95,4 +95,5 @@ class TestCaseRequestMethodsValidateWithVariables(TestCaseRunner):
if __name__ == '__main__':
TestCaseRequestMethodsValidateWithVariables().run()
runner = TestCaseRequestMethodsValidateWithVariables().run()
print(runner.meta_datas)