[Python-modules-commits] [pymodbus] 06/07: add rudimentary autopkgtest

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Jun 24 23:36:38 UTC 2017


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

debacle pushed a commit to branch master
in repository pymodbus.

commit 60a4d12e428af7f45bb057066f1eb1131f86c59a
Author: W. Martin Borgert <debacle at debian.org>
Date:   Sun Jun 25 01:09:47 2017 +0200

    add rudimentary autopkgtest
---
 debian/tests/control | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..307d861
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,5 @@
+Depends: python-pymodbus
+Test-Command: cd "$ADTTMP" ; python -c "import pymodbus ; print pymodbus.__version__"
+
+Depends: python3-pymodbus
+Test-Command: cd "$ADTTMP" ; python3 -c "import pymodbus ; print(pymodbus.__version__)"

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



More information about the Python-modules-commits mailing list