Path to this page:
Subject: CVS commit: pkgsrc/devel/py-ParamUnittest
From: Thomas Klausner
Date: 2017-04-04 15:41:23
Message id: 20170404134123.7603CFBE4@cvs.NetBSD.org
Log Message:
Import py-ParamUnittest-0.2 as devel/py-ParamUnittest.
Based on wip/py-paramunittest by
Kamel Ibn Aziz Derouiche <kamel.derouiche@gmail.com>.
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.
Files: