feat: get request & response meta datas

This commit is contained in:
debugtalk
2020-04-21 18:55:31 +08:00
parent 25b37ebc57
commit 3dded5c5d1
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)