[Python-modules-commits] [inflection] 07/08: Add autopkgtests

Ethan Ward ethanward-guest at moszumanska.debian.org
Wed Aug 2 00:40:32 UTC 2017


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

ethanward-guest pushed a commit to branch master
in repository inflection.

commit 8ac7cb11b5936936d7433e4dfedd92458ccedca3
Author: Ethan Ward <ethan.ward at mycroft.ai>
Date:   Tue Aug 1 19:38:16 2017 -0500

    Add autopkgtests
---
 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..cc441e8
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,21 @@
+Test-Command: set -e
+ ; cp test_inflection.py "$AUTOPKGTEST_TMP"
+ ; for py in $(pyversions -r 2>/dev/null)
+ ; do cd "$AUTOPKGTEST_TMP"
+ ; echo "Testing with $py:"
+ ; $py -m pytest
+ ; done
+Depends: python-all,
+         python-inflection,
+         python-pytest
+
+Test-Command: set -e
+ ; cp test_inflection.py "$AUTOPKGTEST_TMP"
+ ; for py in $(py3versions -r 2>/dev/null)
+ ; do cd "$AUTOPKGTEST_TMP"
+ ; echo "Testing with $py:"
+ ; $py -m pytest
+ ; done
+Depends: python3-all,
+         python3-inflection,
+         python3-pytest

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



More information about the Python-modules-commits mailing list