[Git][debian-gis-team/python-pdal][master] Add module import tests to autopkgtest configuration.
Bas Couwenberg
gitlab at salsa.debian.org
Mon Apr 16 21:38:31 BST 2018
Bas Couwenberg pushed to branch master at Debian GIS Project / python-pdal
Commits:
575190b2 by Bas Couwenberg at 2018-04-16T22:26:41+02:00
Add module import tests to autopkgtest configuration.
- - - - -
2 changed files:
- debian/changelog
- debian/tests/control
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-pdal (2.0.0+ds-2) UNRELEASED; urgency=medium
+
+ * Add module import tests to autopkgtest configuration.
+
+ -- Bas Couwenberg <sebastic at debian.org> Mon, 16 Apr 2018 22:26:31 +0200
+
python-pdal (2.0.0+ds-1) unstable; urgency=medium
* Move from experimental to unstable.
=====================================
debian/tests/control
=====================================
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,3 +1,7 @@
# Test installability
Depends: @
Test-Command: /bin/true
+
+# Test module import (Python 2)
+Depends: python-all, python-pdal
+Test-Command: set -e ; for py in $(pyversions -r 2>/dev/null) ; do cd "$ADTTMP" ; echo "Testing with $py:" ; $py -c "import pdal; print(pdal)" ; done
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pdal/commit/575190b24a36cd2a514606baa8c963d6f0f0aedc
---
View it on GitLab: https://salsa.debian.org/debian-gis-team/python-pdal/commit/575190b24a36cd2a514606baa8c963d6f0f0aedc
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20180416/e25efe2a/attachment.html>
More information about the Pkg-grass-devel
mailing list