From 10648ee0ac5e2c7bf03e6ddc7bd6138a43e6d4f5 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 7 Aug 2009 15:55:15 +0000 Subject: [PATCH] Monotone-Parent: 6eb182232c54958d95899ac372dfe954dcc1b9f4 Monotone-Revision: d1d2a911a5ae6d2af147229f8523ba604c827006 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-08-07T15:55:15 Monotone-Branch: ca.inverse.sogo --- Tests/all.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tests/all.py b/Tests/all.py index d691fed50..d0a1f20ea 100755 --- a/Tests/all.py +++ b/Tests/all.py @@ -11,8 +11,9 @@ if __name__ == "__main__": __import__(mod[:-3]) if len(modules) > 0: - print "Test modules: '%s'" % "', '".join(modules) suite = loader.loadTestsFromNames(modules) + print "%d tests in modules: '%s'" % (suite.countTestCases(), + "', '".join(modules)) runner = unittest.TextTestRunner() runner.run(suite) else: