fix #366: teststep name

This commit is contained in:
debugtalk
2018-08-31 14:32:10 +08:00
parent 86b63fab6a
commit ec2058f2e2
6 changed files with 78 additions and 34 deletions

View File

@@ -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: