change: python testcase template

This commit is contained in:
debugtalk
2020-05-14 22:34:18 +08:00
parent 202f040c1c
commit 6ebbc81fd1
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):