mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-03 06:49:38 +08:00
change testcase data structure, in order to distinguish config and test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user