[Python-modules-commits] [parsedatetime] 10/11: Add autopkgtests running the upstream test suite

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sat Mar 11 11:28:06 UTC 2017


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

ghisvail-guest pushed a commit to branch debian/experimental
in repository parsedatetime.

commit e58c8f338651044020c2808b48e8445a3f3741fa
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Sat Mar 11 10:31:41 2017 +0000

    Add autopkgtests running the upstream test suite
---
 debian/tests/control | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..ff18eec
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,21 @@
+Test-Command: set -e
+ ; PYTEST_ROOTDIR="$(pwd)"
+ ; for py in $(pyversions -r 2>/dev/null)
+ ; do cd "$AUTOPKGTEST_TMP"
+ ; echo "Testing with $py:"
+ ; $py -m pytest -v "$PYTEST_ROOTDIR"
+ ; done
+Depends: python-all,
+         python-parsedatetime,
+         python-pytest
+
+Test-Command: set -e
+ ; PYTEST_ROOTDIR="$(pwd)"
+ ; for py in $(py3versions -r 2>/dev/null)
+ ; do cd "$AUTOPKGTEST_TMP"
+ ; echo "Testing with $py:"
+ ; $py -m pytest -v "$PYTEST_ROOTDIR"
+ ; done
+Depends: python3-all,
+         python3-parsedatetime,
+         python3-pytest

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



More information about the Python-modules-commits mailing list