[Python-modules-commits] [python-amqp] 14/15: Enable more tests.
Michael Fladischer
fladi at moszumanska.debian.org
Sat Dec 19 17:55:12 UTC 2015
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository python-amqp.
commit 32db452fde7f0c95ffe9697398035718d6ca6bf4
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Sat Dec 19 18:25:36 2015 +0100
Enable more tests.
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 516dd03..3d0aa75 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,5 +27,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
set -e; \
for python in $(shell pyversions -r) $(shell py3versions -r); do \
PYTHONPATH=. $$python funtests/test_basic_message.py; \
+ PYTHONPATH=. $$python funtests/test_exceptions.py; \
+ PYTHONPATH=. $$python funtests/test_serialization.py; \
done
endif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-amqp.git
More information about the Python-modules-commits
mailing list