[Python-modules-commits] [python-django-mptt] 05/06: Fixup tests.

Brian May bam at moszumanska.debian.org
Mon Nov 30 08:56:12 UTC 2015


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

bam pushed a commit to branch master
in repository python-django-mptt.

commit 118af373cd4faffd259769596d1701b2241e6eab
Author: Brian May <bam at debian.org>
Date:   Mon Nov 30 19:43:53 2015 +1100

    Fixup tests.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 13b565b..97b51ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,10 @@ override_dh_auto_build:
 	dh_auto_build
 	make -C docs html
 
+override_dh_auto_test:
+	PYTHONPATH=.:tests \
+	dh_auto_test -- --system=custom --test-args="{interpreter} /usr/bin/django-admin test --settings=settings --verbosity 2 --traceback myapp"
+
 override_dh_auto_clean:
 	rm -rf build
 	dh_auto_clean

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



More information about the Python-modules-commits mailing list