mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-02 22:39:42 +08:00
fix #366: teststep name
This commit is contained in:
@@ -102,7 +102,7 @@ class Runner(object):
|
||||
SkipTest: skip teststep
|
||||
|
||||
"""
|
||||
# TODO: move skip to __initialize
|
||||
# TODO: move skip to initialize
|
||||
skip_reason = None
|
||||
|
||||
if "skip" in teststep_dict:
|
||||
|
||||
Reference in New Issue
Block a user