change: har2case generate testcase config with verify False

This commit is contained in:
debugtalk
2020-05-17 10:51:06 +08:00
parent 9b2a06a985
commit 5cd895b52a
+1 -1
View File
@@ -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.