mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 10:39:40 +08:00
fix doc string
This commit is contained in:
@@ -70,7 +70,7 @@ class Runner(object):
|
||||
"times": 3,
|
||||
"requires": [], # optional, override
|
||||
"function_binds": {}, # optional, override
|
||||
"variable_binds": {}, # optional, override
|
||||
"variable_binds": [], # optional, override
|
||||
"request": {
|
||||
"url": "http://127.0.0.1:5000/api/users/1000",
|
||||
"method": "POST",
|
||||
@@ -136,7 +136,7 @@ class Runner(object):
|
||||
"testcases": [
|
||||
{
|
||||
"name": "testcase description",
|
||||
"variable_binds": {}, # optional, override
|
||||
"variable_binds": [], # optional, override
|
||||
"request": {},
|
||||
"extract_binds": {}, # optional
|
||||
"validators": {} # optional
|
||||
|
||||
Reference in New Issue
Block a user