[Python-modules-commits] [pytest-httpbin] 13/14: extended DEP-8 tests for new package
Daniel Stender
danstender-guest at moszumanska.debian.org
Fri Mar 18 08:16:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository pytest-httpbin.
commit 286453abcaa71958c739a740a9498448fe245767
Author: Daniel Stender <stender at debian.org>
Date: Thu Mar 17 21:22:07 2016 +0100
extended DEP-8 tests for new package
---
debian/changelog | 3 ++-
debian/tests/control | 5 ++++-
debian/tests/python3-pytest-httpbin | 3 +++
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index f2a6faa..0cc7998 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pytest-httpbin (0.2.0-1) UNRELEASED; urgency=medium
* Build Python 3 package (Closes: #806137):
+ deb/control: added package description and build-deps.
+ deb/rules: run sequencer with dh_python3.
+ + extended DEP-8 tests for new package.
* deb/control:
+ updated uploader email address.
+ bumped standards to 3.9.7 (no changes needed).
@@ -14,7 +15,7 @@ pytest-httpbin (0.2.0-1) UNRELEASED; urgency=medium
* deb/tests: removed bashisms from test scripts, cosmetics.
* Added deb/source/options (ignoring egg-info).
- -- Daniel Stender <stender at debian.org> Thu, 17 Mar 2016 21:19:26 +0100
+ -- Daniel Stender <stender at debian.org> Thu, 17 Mar 2016 21:21:19 +0100
pytest-httpbin (0.1.1-1) unstable; urgency=medium
diff --git a/debian/tests/control b/debian/tests/control
index 54056d1..fc2987a 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,5 @@
Tests: python-pytest-httpbin
-Depends: python-pytest-httpbin, python-all, python-pytest, python-flask, python-decorator, python-six, python-werkzeug, python-requests, python-httpbin
\ No newline at end of file
+Depends: python-pytest-httpbin, python-all, python-pytest, python-flask, python-decorator, python-six, python-werkzeug, python-requests, python-httpbin
+
+Tests: python3-pytest-httpbin
+Depends: python3-pytest-httpbin, python3-all, python3-pytest, python3-flask, python3-decorator, python3-six, python3-werkzeug, python3-requests, python3-httpbin
diff --git a/debian/tests/python3-pytest-httpbin b/debian/tests/python3-pytest-httpbin
new file mode 100755
index 0000000..a0d8f18
--- /dev/null
+++ b/debian/tests/python3-pytest-httpbin
@@ -0,0 +1,3 @@
+#!/bin/sh
+set -e
+for py in $(py3versions -i); do echo "[*] testing on $py:"; $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/pytest-httpbin.git
More information about the Python-modules-commits
mailing list