mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-21 08:10:24 +08:00
move tests/data/debugtalk.py to tests/debugtalk.py
This commit is contained in:
@@ -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)}"},
|
||||
|
||||
Reference in New Issue
Block a user