rename testset => testcase

This commit is contained in:
debugtalk
2018-10-02 23:56:16 +08:00
parent c440dbeb7a
commit 968fdc3b01
20 changed files with 86 additions and 68 deletions

View File

@@ -380,7 +380,7 @@ class TestParser(unittest.TestCase):
{"app_version": "${gen_app_version()}"},
{"username-password": "${get_account()}"}
]
testset_path = os.path.join(
testcase_path = os.path.join(
os.getcwd(),
"tests/data/demo_parameters.yml"
)
@@ -425,7 +425,7 @@ class TestParser(unittest.TestCase):
]
variables_mapping = {}
functions_mapping = project_mapping["debugtalk"]["functions"]
testset_path = os.path.join(
testcase_path = os.path.join(
os.getcwd(),
"tests/data/demo_parameters.yml"
)