mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-11 10:49:43 +08:00
rename teststeps to tests
This commit is contained in:
@@ -24,8 +24,8 @@ class TestValidator(unittest.TestCase):
|
||||
"path": "testcase1_path",
|
||||
"variables": [], # optional
|
||||
},
|
||||
"teststeps": [
|
||||
# teststep data structure
|
||||
"tests": [
|
||||
# test data structure
|
||||
{
|
||||
'name': 'test step desc1',
|
||||
'variables': [], # optional
|
||||
@@ -33,7 +33,7 @@ class TestValidator(unittest.TestCase):
|
||||
'validate': [],
|
||||
'request': {}
|
||||
},
|
||||
# teststep2 # another teststep dict
|
||||
# test_dict2 # another test dict
|
||||
]
|
||||
},
|
||||
# testcase_dict_2 # another testcase dict
|
||||
|
||||
Reference in New Issue
Block a user