[Python-modules-commits] [ujson] 08/10: run test more verbosely
Sandro Tosi
morph at moszumanska.debian.org
Sun Jan 17 23:05:32 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 ec639c9b29db70c1058f83275383cdac5f81adf0
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 44f813c..1001886 100755
--- a/tests/tests.py
+++ b/tests/tests.py
@@ -1090,7 +1090,7 @@ raise NotImplementedError("Implement this test!")
"""
if __name__ == "__main__":
- unittest.main()
+ unittest.main(verbosity=2)
"""
--
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