refactor: change variable name from meta_datas to step_datas

This commit is contained in:
debugtalk
2020-04-23 14:59:04 +08:00
parent f6714aff03
commit 3bc124ddff
9 changed files with 20 additions and 51 deletions

View File

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