rename fixture module name

This commit is contained in:
debugtalk
2017-08-29 21:59:42 +08:00
parent 3d20568e8b
commit 7f4c565fcb
10 changed files with 41 additions and 77 deletions

View File

@@ -142,7 +142,7 @@ class VariableBindsUnittest(unittest.TestCase):
def test_import_module_functions(self):
testcase1 = {
"import_module_functions": ["tests.data.custom_functions"],
"import_module_functions": ["tests.data.debugtalk"],
"variable_binds": [
{"TOKEN": "debugtalk"},
{"random": "${gen_random_string(5)}"},
@@ -199,7 +199,7 @@ class VariableBindsUnittest(unittest.TestCase):
def test_get_parsed_request(self):
test_runner = runner.Runner()
testcase = {
"import_module_functions": ["tests.data.custom_functions"],
"import_module_functions": ["tests.data.debugtalk"],
"variable_binds": [
{"TOKEN": "debugtalk"},
{"random": "${gen_random_string(5)}"},