[Python-modules-commits] [pep8-naming] 01/02: set up DEP-8 tests

Daniel Stender stender at moszumanska.debian.org
Thu Jun 30 12:33:27 UTC 2016


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

stender pushed a commit to branch master
in repository pep8-naming.

commit aeae58f894f58b516f5a848603ca4ed2d9dec1e5
Author: Daniel Stender <stender at debian.org>
Date:   Thu Jun 30 14:28:42 2016 +0200

    set up DEP-8 tests
---
 debian/changelog                 | 6 ++++++
 debian/tests/control             | 5 +++++
 debian/tests/python-pep8-naming  | 3 +++
 debian/tests/python3-pep8-naming | 3 +++
 4 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index cc9cc68..1992944 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pep8-naming (0.4.1-2) UNRELEASED; urgency=medium
+
+  * Set up DEP-8 tests.
+
+ -- Daniel Stender <stender at debian.org>  Thu, 30 Jun 2016 14:22:55 +0200
+
 pep8-naming (0.4.1-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..aad47fc
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,5 @@
+Tests: python-pep8-naming
+Depends: python-all
+
+Tests: python3-pep8-naming
+Depends: python3-all
diff --git a/debian/tests/python-pep8-naming b/debian/tests/python-pep8-naming
new file mode 100755
index 0000000..6d3506a
--- /dev/null
+++ b/debian/tests/python-pep8-naming
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+for py in $(pyversions -i); do echo "[*] testing $py:"; $py -Wd run_tests.py; done
diff --git a/debian/tests/python3-pep8-naming b/debian/tests/python3-pep8-naming
new file mode 100755
index 0000000..56ccf6f
--- /dev/null
+++ b/debian/tests/python3-pep8-naming
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+for py in $(py3versions -i); do echo "[*] testing $py:"; $py -Wd run_tests.py; done

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



More information about the Python-modules-commits mailing list