[Python-modules-commits] [pylint-celery] 01/01: Run tests (even there are none currently).

Raphaël Hertzog hertzog at moszumanska.debian.org
Sat Jul 25 13:32:12 UTC 2015


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

hertzog pushed a commit to branch master
in repository pylint-celery.

commit 34051beb5601d51eeb08f1a960d59a1f1b39e70c
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Sat Jul 25 15:16:25 2015 +0200

    Run tests (even there are none currently).
---
 debian/changelog | 4 ++++
 debian/control   | 2 ++
 debian/rules     | 3 +++
 3 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 389bccd..8efda4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 pylint-celery (0.3-1) unstable; urgency=medium
 
+  [ Daniel Stender ]
   * Initial release (Closes: #788235).
 
+  [ Raphaël Hertzog ]
+  * Run tests (even there are none currently).
+
  -- Daniel Stender <debian at danielstender.com>  Wed, 24 Jun 2015 08:59:42 +0200
diff --git a/debian/control b/debian/control
index e243aef..faaa92c 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,8 @@ Build-Depends:
  debhelper (>= 9),
  dh-python,
  pylint (>= 1.0.0),
+# Enable once pylint3 is in unstable
+# pylint3,
  python-all,
  python-astroid,
  python-pylint-plugin-utils,
diff --git a/debian/rules b/debian/rules
index 7c2554a..c0b7cda 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,6 @@ export PYBUILD_NAME=pylint-celery
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_auto_test:
+	PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=. python2 test/test_func.py
+	# Enable once pylint3 is in unstable
+	#PYTHONDONTWRITEBYTECODE=1 PYTHONPATH=. python3 test/test_func.py

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



More information about the Python-modules-commits mailing list