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__:
|
if func.__doc__:
|
||||||
print("- %s: %s" % (test_name, func.__doc__.strip()))
|
print("- %s: %s" % (test_name, func.__doc__.strip()))
|
||||||
else:
|
else:
|
||||||
print("- %s" % func_name)
|
print("- %s" % test_name)
|
||||||
return None
|
return None
|
||||||
|
|
||||||
# Run tests
|
# Run tests
|
||||||
|
|
Loading…
Reference in a new issue