feat: run referenced testcase in v3

This commit is contained in:
debugtalk
2020-05-11 18:25:16 +08:00
parent 4fdf3d6c70
commit 7c78f97795
5 changed files with 82 additions and 9 deletions

View File

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