mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-28 19:47:14 +08:00
change: har2case generate testcase config with verify False
This commit is contained in:
@@ -297,7 +297,7 @@ class HarParser(object):
|
|||||||
def _prepare_config(self):
|
def _prepare_config(self):
|
||||||
""" prepare config block.
|
""" prepare config block.
|
||||||
"""
|
"""
|
||||||
return {"name": "testcase description", "variables": {}}
|
return {"name": "testcase description", "variables": {}, "verify": False}
|
||||||
|
|
||||||
def _prepare_teststeps(self):
|
def _prepare_teststeps(self):
|
||||||
""" make teststep list.
|
""" make teststep list.
|
||||||
|
|||||||
Reference in New Issue
Block a user