move tests/data/debugtalk.py to tests/debugtalk.py

This commit is contained in:
httprunner
2018-05-07 15:19:14 +08:00
parent 1c7c65523e
commit 901eaab220
8 changed files with 37 additions and 8 deletions

View File

@@ -163,7 +163,7 @@ class VariableBindsUnittest(ApiServerUnittest):
def test_import_module_items(self):
testcase1 = {
"import_module_items": ["tests.data.debugtalk"],
"import_module_items": ["tests.debugtalk"],
"variables": [
{"TOKEN": "debugtalk"},
{"random": "${gen_random_string(5)}"},
@@ -201,7 +201,7 @@ class VariableBindsUnittest(ApiServerUnittest):
def test_get_parsed_request(self):
test_runner = runner.Runner()
testcase = {
"import_module_items": ["tests.data.debugtalk"],
"import_module_items": ["tests.debugtalk"],
"variables": [
{"TOKEN": "debugtalk"},
{"random": "${gen_random_string(5)}"},