We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c515e26 commit 48455e3Copy full SHA for 48455e3
1 file changed
src/main.py
@@ -578,7 +578,7 @@ def funcToName(func_name):
578
func_name = "test" + test_name[0].upper() + test_name[1:]
579
if hasattr(self, func_name):
580
func = getattr(self, func_name)
581
- print("- Running %s" % test_name, end="")
+ print("- Running test: %s" % test_name, end="")
582
s = time.time()
583
ret = func(*args, **kwargs)
584
if type(ret) is types.GeneratorType:
0 commit comments