[Python-modules-commits] [sphinx-argparse] 01/01: add DEP-8 tests

Daniel Stender danstender-guest at moszumanska.debian.org
Wed Jan 20 20:45:55 UTC 2016


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

danstender-guest pushed a commit to branch master
in repository sphinx-argparse.

commit 32fd3ee7e68e097f433242b3894d50e9de1b3741
Author: Daniel Stender <debian at danielstender.com>
Date:   Wed Jan 20 21:45:02 2016 +0100

    add DEP-8 tests
---
 debian/tests/control                 | 5 +++++
 debian/tests/python-sphinx-argparse  | 3 +++
 debian/tests/python3-sphinx-argparse | 3 +++
 3 files changed, 11 insertions(+)

diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..1b98d38
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,5 @@
+Tests: python-sphinx-argparse
+Depends: python-all, python-pytest, python-sphinx
+
+Tests: python3-sphinx-argparse
+Depends: python3-all, python3-pytest, python3-sphinx
diff --git a/debian/tests/python-sphinx-argparse b/debian/tests/python-sphinx-argparse
new file mode 100755
index 0000000..4d2b271
--- /dev/null
+++ b/debian/tests/python-sphinx-argparse
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+for py in $(pyversions -i); do echo "[*] testing $py:"; PYTHONPATH=. $py -Wd -m pytest -v -x 2>&1; done
diff --git a/debian/tests/python3-sphinx-argparse b/debian/tests/python3-sphinx-argparse
new file mode 100755
index 0000000..9a1cfae
--- /dev/null
+++ b/debian/tests/python3-sphinx-argparse
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+for py in $(py3versions -i); do echo "[*] testing $py:"; PYTHONPATH=. $py -Wd -m pytest -v -x 2>&1; done

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



More information about the Python-modules-commits mailing list