rename fixture module name

This commit is contained in:
httprunner
2017-08-29 21:59:42 +08:00
parent 62ffacce20
commit 34d0c6a1e8
10 changed files with 41 additions and 77 deletions

View File

@@ -25,7 +25,7 @@ class Runner(object):
"lambda *str_args: hashlib.md5(''.join(str_args).\
encode('utf-8')).hexdigest()"
},
"import_module_functions": ["test.data.custom_functions"],
"import_module_functions": ["test.data.debugtalk"],
"variable_binds": [
{"TOKEN": "debugtalk"},
{"random": "${gen_random_string(5)}"},