mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 10:42:36 +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:
|
||||
if test["kind"] == 'group':
|
||||
print("Start group: {}".format(test["group"]))
|
||||
print(" => {}".format(test["description"]))
|
||||
print(" [ {} ]".format(test["description"]))
|
||||
elif test["kind"] == 'test':
|
||||
print(" => Run test: {}".format(test["filename"]))
|
||||
ret = run_test(test["content"])
|
||||
|
Loading…
Reference in New Issue
Block a user