[Python-modules-commits] [tqdm] 09/10: run tests in verbose mode

Sandro Tosi morph at moszumanska.debian.org
Mon Jan 1 03:48:17 UTC 2018


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

morph pushed a commit to branch master
in repository tqdm.

commit 16c9adf54d55975fd0bdf494b1df9f6ae1e26606
Author: Sandro Tosi <morph at debian.org>
Date:   Sun Dec 31 22:44:12 2017 -0500

    run tests in verbose mode
---
 debian/changelog | 3 ++-
 debian/rules     | 8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3a01517..b3e9cb4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,8 +9,9 @@ tqdm (4.19.5-1) UNRELEASED; urgency=medium
   * debian/rules
     - install tqdm manpage only in py3k package
     - install all examples and dont compress files with py extension
+    - run tests in verbose mode
 
- -- Sandro Tosi <morph at debian.org>  Sun, 31 Dec 2017 22:35:24 -0500
+ -- Sandro Tosi <morph at debian.org>  Sun, 31 Dec 2017 22:44:01 -0500
 
 tqdm (4.11.2-1) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index ec30cca..38655bb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,14 +15,14 @@ ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
 	# tests/ dir is not copied, so we do that, else we cant run the tests in the build dir
 	cp -r $(CURDIR)/tqdm/tests/ $(CURDIR)/$(LIB2)/tqdm/
 	# run perf tests in a separate, non-failing, line
-	nosetests -Itests_perf.py $(LIB2)/tqdm/
-	-nosetests $(LIB2)/tqdm/tests/tests_perf.py
+	nosetests --verbose -Itests_perf.py $(LIB2)/tqdm/
+	-nosetests --verbose $(LIB2)/tqdm/tests/tests_perf.py
 	rm -rf $(CURDIR)/$(LIB2)/tqdm/tests/
 
 	cp -r $(CURDIR)/tqdm/tests/ $(CURDIR)/$(LIB3)/tqdm/
 	# run perf tests in a separate, non-failing, line
-	nosetests3 -Itests_perf.py $(LIB3)/tqdm/
-	-nosetests3 $(LIB3)/tqdm/tests/tests_perf.py
+	nosetests3 --verbose -Itests_perf.py $(LIB3)/tqdm/
+	-nosetests3 --verbose $(LIB3)/tqdm/tests/tests_perf.py
 	rm -rf $(CURDIR)/$(LIB3)/tqdm/tests/
 endif
 

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



More information about the Python-modules-commits mailing list