[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 3/4] gnu: Add python-paramunittest
From: |
Muriithi Frederick Muriuki |
Subject: |
[PATCH 3/4] gnu: Add python-paramunittest |
Date: |
Sun, 26 Mar 2017 12:23:34 +0300 |
* gnu/packages/python.scm (python-paramunittest): New variable.
---
gnu/packages/python.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 7bda780..a219bb3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13932,3 +13932,26 @@ possible to write plugins to add your own checks.")
,python2-backports-functools-lru-cache)
("python2-configparser" ,python2-configparser)
,@(package-propagated-inputs pylint))))))
+
+(define-public python-paramunittest
+ (package
+ (name "python-paramunittest")
+ (version "0.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "ParamUnittest" version))
+ (sha256
+ (base32
+ "0kp793hws5xv1wvycxq7jw2pwy36f35k39jg8hx5qikij5a0jid1"))))
+ (build-system python-build-system)
+ (home-page
+ "https://github.com/rik0/ParamUnittest")
+ (synopsis
+ "Simple extension to have parametrized unit tests")
+ (description
+ "This package allows to create parametrized unit-tests that work with the
standard
+unittest package. A parametrized test case is automatically converted to
multiple test
+cases. Since they are TestCase subclasses, they work with other test suites
that
+recognize TestCases.")
+ (license license:bsd-3)))
--
2.10.2
- [PATCH 1/4] gnu: Add python-pytest-3.0.7, Muriithi Frederick Muriuki, 2017/03/26
- [PATCH 2/4] gnu: Add python-sphinx-1.5.2, python-sphinx-1.5.3, Muriithi Frederick Muriuki, 2017/03/26
- Re: [PATCH 2/4] gnu: Add python-sphinx-1.5.2, python-sphinx-1.5.3, Pjotr Prins, 2017/03/26
- Re: [PATCH 2/4] gnu: Add python-sphinx-1.5.2, python-sphinx-1.5.3, Leo Famulari, 2017/03/27
- Re: [PATCH 2/4] gnu: Add python-sphinx-1.5.2, python-sphinx-1.5.3, Leo Famulari, 2017/03/27
- Re: [PATCH 2/4] gnu: Add python-sphinx-1.5.2, python-sphinx-1.5.3, Leo Famulari, 2017/03/28
[PATCH 3/4] gnu: Add python-paramunittest,
Muriithi Frederick Muriuki <=
- Re: [PATCH 3/4] gnu: Add python-paramunittest, Pjotr Prins, 2017/03/26
- Re: [PATCH 3/4] gnu: Add python-paramunittest, Frederick Muriithi, 2017/03/26
- Re: [PATCH 3/4] gnu: Add python-paramunittest, Chris Marusich, 2017/03/26
- Re: [PATCH 3/4] gnu: Add python-paramunittest, Frederick Muriithi, 2017/03/26
- Re: [PATCH 3/4] gnu: Add python-paramunittest, Frederick Muriithi, 2017/03/28
- Re: [PATCH 3/4] gnu: Add python-paramunittest, Ludovic Courtès, 2017/03/28
Re: [PATCH 3/4] gnu: Add python-paramunittest, Leo Famulari, 2017/03/28
[PATCH 4/4] gnu: Add python-mando, Muriithi Frederick Muriuki, 2017/03/26