[Python-modules-commits] [django-memoize] 03/08: Make the tests verbose

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Wed Feb 22 20:14:21 UTC 2017


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

mans0954 pushed a commit to branch master
in repository django-memoize.

commit aca53b85a7b6051848ea6d9511d109ffd8b19008
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Mon Jul 25 21:00:36 2016 +0100

    Make the tests verbose
---
 runtests.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/runtests.py b/runtests.py
index 74dc29b..dc2c32e 100644
--- a/runtests.py
+++ b/runtests.py
@@ -13,6 +13,6 @@ if __name__ == "__main__":
         django.setup()
         
     TestRunner = get_runner(settings)
-    test_runner = TestRunner()
+    test_runner = TestRunner(verbosity=2)
     failures = test_runner.run_tests(["tests"])
     sys.exit(bool(failures))

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



More information about the Python-modules-commits mailing list