TestRunner: run testcase suite

This commit is contained in:
httprunner
2017-06-21 18:43:15 +08:00
parent 3550f1debd
commit 3b380bf464
3 changed files with 25 additions and 26 deletions

View File

@@ -17,6 +17,10 @@
"status_code": 201,
"headers": {
"Content-Type": "application/json"
},
"body": {
"success": true,
"msg": "user created successfully."
}
}
},
@@ -37,6 +41,10 @@
"status_code": 500,
"headers": {
"Content-Type": "application/json"
},
"body":{
"success": false,
"msg": "user already existed."
}
}
}