mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 04:56:50 +03:00
Automated testing output: Show description differently from test lines.
This commit is contained in:
parent
ceefe45205
commit
d4b3889227
@ -56,7 +56,7 @@ ret = 0
|
|||||||
for test in test_set:
|
for test in test_set:
|
||||||
if test["kind"] == 'group':
|
if test["kind"] == 'group':
|
||||||
print("Start group: {}".format(test["group"]))
|
print("Start group: {}".format(test["group"]))
|
||||||
print(" => {}".format(test["description"]))
|
print(" [ {} ]".format(test["description"]))
|
||||||
elif test["kind"] == 'test':
|
elif test["kind"] == 'test':
|
||||||
print(" => Run test: {}".format(test["filename"]))
|
print(" => Run test: {}".format(test["filename"]))
|
||||||
ret = run_test(test["content"])
|
ret = run_test(test["content"])
|
||||||
|
Loading…
Reference in New Issue
Block a user