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 9dae6674cc
commit 54ba20136a
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)