This is an automated email from the ASF dual-hosted git repository.
humbedooh pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-ponymail-unit-tests.git
The following commit(s) were added to refs/heads/master by this push:
new 51e60d7 s/test/spec/
51e60d7 is described below
commit 51e60d7fc40e5a5edce22768a36d293185c85c99
Author: Daniel Gruno <[email protected]>
AuthorDate: Wed Aug 12 13:48:53 2020 +0200
s/test/spec/
---
runall.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/runall.py b/runall.py
index 07b92ae..caca35e 100644
--- a/runall.py
+++ b/runall.py
@@ -59,7 +59,7 @@ if __name__ == '__main__':
break
print("-------------------------------------")
- print("Done with %u test%s in %.2f seconds" % (tests_total, 's' if
tests_total != 1 else '', time.time() - now))
+ print("Done with %u specification%s in %.2f seconds" % (tests_total, 's'
if tests_total != 1 else '', time.time() - now))
print("Specs processed: %4u" % tests_total)
print("Total tests run: %4u" % (sub_success+sub_failure))
print("Tests succeeded: %4u" % sub_success)