|
|
|
@ -77,7 +77,7 @@ for name, info in res.items():
|
|
|
|
|
totalPassed += passed
|
|
|
|
|
totalTime += info.totaltime
|
|
|
|
|
|
|
|
|
|
print(" %s %d/%d in %.3fs/n" % (result, passed, total, info.totaltime))
|
|
|
|
|
print(" %s %d/%d in %.3fs" % (result, passed, total, info.totaltime))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# output overall test statistics
|
|
|
|
|