change testcase data structure, in order to distinguish config and test

This commit is contained in:
httprunner
2017-06-26 15:27:27 +08:00
parent 139036dbad
commit 5ac8491c2d
9 changed files with 244 additions and 224 deletions

View File

@@ -1,4 +1,4 @@
-
- test:
name: create user which does not exist
request:
url: http://127.0.0.1:5000/api/users/1000
@@ -16,7 +16,7 @@
success: true
msg: user created successfully.
-
- test:
name: create user which existed
request:
url: http://127.0.0.1:5000/api/users/1000