[pygobject] Increase a bit verbosity of tests so people know which test failed



commit 8becd32fc042445d62b885bac12dac326b2dc1fa
Author: Tomeu Vizoso <tomeu vizoso collabora co uk>
Date:   Mon Jul 26 11:54:47 2010 +0200

    Increase a bit verbosity of tests so people know which test failed

 tests/runtests.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/runtests.py b/tests/runtests.py
index ea19df5..e6b483e 100644
--- a/tests/runtests.py
+++ b/tests/runtests.py
@@ -31,5 +31,5 @@ for name in gettestnames():
         continue
     suite.addTest(loader.loadTestsFromName(name))
 
-testRunner = unittest.TextTestRunner()
+testRunner = unittest.TextTestRunner(verbosity=2)
 testRunner.run(suite)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]