[Python-modules-commits] [ujson] 03/11: run test more verbosely

Sandro Tosi morph at moszumanska.debian.org
Tue Jun 14 19:26:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

morph pushed a commit to branch master
in repository ujson.

commit b0935cc7181b96ab050ba2c6f6a3f355bf6086e0
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Jan 17 23:02:39 2016 +0000

    run test more verbosely
---
 tests/tests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/tests.py b/tests/tests.py
index 23db199..3ed6ee5 100644
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -956,7 +956,7 @@ raise NotImplementedError("Implement this test!")
 """
 
 if __name__ == "__main__":
-    unittest.main()
+    unittest.main(verbosity=2)
 
 """
 # Use this to look for memory leaks

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ujson.git



More information about the Python-modules-commits mailing list