all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Muriithi Frederick Muriuki <fredmanglis@gmail.com>
To: guix-devel@gnu.org
Cc: pjotr2017@thebird.nl
Subject: [PATCH 4/5] gnu: Add python-pytest-httpbin
Date: Sun, 26 Mar 2017 12:56:33 +0300	[thread overview]
Message-ID: <20170326095634.4644-4-fredmanglis@gmail.com> (raw)
In-Reply-To: <20170326095634.4644-1-fredmanglis@gmail.com>

* gnu/packages/python.scm (python-pytest-httpbin): New variable.
---
 gnu/packages/python.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index fb28a9f..3eee33b 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -14052,3 +14052,28 @@ recognize TestCases.")
   (description "HTTP Request and Response Service which covers all kinds of HTTP
 scenarios, e.g. GET, POST, PUT, DELETE, etc.")
   (license license:expat)))
+
+(define-public python-pytest-httpbin
+  (package
+   (name "python-pytest-httpbin")
+   (version "0.0.7")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (pypi-uri "pytest-httpbin" version))
+     (sha256
+      (base32
+       "08ghq923dn33rllip3vap2p9fb680g0i96jdn5lcpfy8amq8mbq3"))))
+   (build-system python-build-system)
+   (propagated-inputs
+    `(("python-six" ,python-six)
+      ("python-httpbin" ,python-httpbin)
+      ("python-pytest" ,python-pytest)))
+   (home-page
+    "https://github.com/kevin1024/pytest-httpbin")
+   (synopsis
+    "Easily test your HTTP library against a local copy of httpbin")
+   (description
+    "This enables testing HTTP libraries quickly by using a local copy of @code{httpbin}.
+It enables even offline testing of the libraries.")
+   (license license:expat)))
-- 
2.10.2

  parent reply	other threads:[~2017-03-26  9:56 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-26  9:56 [PATCH 1/5] gnu: Add python-mando-0.3.1 Muriithi Frederick Muriuki
2017-03-26  9:56 ` [PATCH 2/5] gnu: Add python-radon Muriithi Frederick Muriuki
2017-03-26  9:56 ` [PATCH 3/5] gnu: Add python-httpbin Muriithi Frederick Muriuki
2017-03-26  9:56 ` Muriithi Frederick Muriuki [this message]
2017-03-26  9:56 ` [PATCH 5/5] gnu: Add python-sphinx-rtd-theme-0.1.9 Muriithi Frederick Muriuki
2017-03-27 18:59   ` Leo Famulari
2017-04-01 13:16     ` Frederick Muriithi
2017-04-01 13:20       ` Frederick Muriithi
2017-03-27 18:58 ` [PATCH 1/5] gnu: Add python-mando-0.3.1 Leo Famulari
2017-04-01 13:19   ` Frederick Muriithi
  -- strict thread matches above, loose matches on Subject: below --
2017-04-05  7:01 [PATCH 2/5] gnu: Add python-radon Muriithi Frederick Muriuki
2017-04-05  7:01 ` [PATCH 4/5] gnu: Add python-pytest-httpbin Muriithi Frederick Muriuki
2017-04-11  4:02   ` Leo Famulari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170326095634.4644-4-fredmanglis@gmail.com \
    --to=fredmanglis@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=pjotr2017@thebird.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.