[Python-modules-commits] [txjsonrpc] 13/15: Run tests with trial.

Tristan Seligmann mithrandi at moszumanska.debian.org
Sat Oct 11 07:26:59 UTC 2014


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

mithrandi pushed a commit to branch debian/sid
in repository txjsonrpc.

commit 2a067836a9540cebfe37fc3ac6f517b717256dbb
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Sat Oct 11 08:39:58 2014 +0200

    Run tests with trial.
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index d446e6e..36ec907 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,8 @@ export PYBUILD_NAME=txjsonrpc
 override_dh_clean:
 	dh_clean
 	rm -f CHECK_THIS_BEFORE_UPLOAD.txt
+
+
+override_dh_auto_test:
+	PYBUILD_SYSTEM=custom \
+	PYBUILD_TEST_ARGS="PYTHONPATH={build_dir} trial txjsonrpc" dh_auto_test

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



More information about the Python-modules-commits mailing list