[Python-modules-commits] [responses] 01/01: Added simple Debian tests

Ondřej Nový onovy-guest at moszumanska.debian.org
Mon Apr 4 20:37:38 UTC 2016


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

onovy-guest pushed a commit to branch master
in repository responses.

commit 5ed9d7dbe6fa8e29d119fb7688200a6bd772a02b
Author: Ondřej Nový <novy at ondrej.org>
Date:   Mon Apr 4 22:37:31 2016 +0200

    Added simple Debian tests
---
 debian/changelog     | 1 +
 debian/tests/control | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 900bfb1..779d119 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ responses (0.5.1-1) UNRELEASED; urgency=medium
   * Standards-Version is 3.9.7 now (no change)
   * Bumped debhelper version to 9
   * Added depends to python(3)-cookies
+  * Added simple Debian tests
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:30:37 +0200
 
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..53d90b5
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,5 @@
+Depends: python-responses
+Test-Command: python -c "import responses; print responses.RequestsMock()"
+
+Depends: python3-responses
+Test-Command: python3 -c "import responses; print(responses.RequestsMock())"

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



More information about the Python-modules-commits mailing list