change: python testcase template

This commit is contained in:
debugtalk
2020-05-14 22:34:18 +08:00
parent ba0611a09a
commit f88845d9d4
13 changed files with 575 additions and 363 deletions

View File

@@ -40,6 +40,7 @@ class TestsConfig(BaseModel):
setup_hooks: Hook = []
teardown_hooks: Hook = []
export: Export = []
path: Text = None
class Request(BaseModel):