change: update unit tests for removing v1 format

This commit is contained in:
debugtalk
2020-04-09 11:46:13 +08:00
parent d98fbc8da7
commit 7ba22b1389
37 changed files with 205 additions and 686 deletions

View File

@@ -5,14 +5,16 @@ config:
base_url: "http://127.0.0.1:5000"
testcases:
create user 1000 and check result.:
testcase: testcases/create_user.yml
weight: 2
variables:
uid: 1000
-
name: create user 1000 and check result.
testcase: testcases/create_user.yml
weight: 2
variables:
uid: 1000
create user 1001 and check result.:
testcase: testcases/create_user.yml
weight: 3
variables:
uid: 1001
-
name: create user 1001 and check result.
testcase: testcases/create_user.yml
weight: 3
variables:
uid: 1001