Fix test function listing name
This commit is contained in:
parent
1c607645c7
commit
39352eb97e
1 changed files with 1 additions and 1 deletions
|
@ -558,7 +558,7 @@ class Actions(object):
|
|||
if func.__doc__:
|
||||
print("- %s: %s" % (test_name, func.__doc__.strip()))
|
||||
else:
|
||||
print("- %s" % func_name)
|
||||
print("- %s" % test_name)
|
||||
return None
|
||||
|
||||
# Run tests
|
||||
|
|
Loading…
Reference in a new issue