NOTICE: This package has been removed from pkgsrc

./devel/py-paramunittest, Simple extension to have parametrized unit tests

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.2, Package name: py27-paramunittest-0.2, Maintainer: kamelderouiche

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


Required to run:
[devel/py-setuptools] [lang/python27]

Master sites:

SHA1: 663002387c2947fca84a853e27737f6d9ad6228e
RMD160: 2c8a49069d565bc501ae4c9034eea06e7237e90d
Filesize: 2.424 KB

Version history: (Expand)


CVS history: (Expand)


   2015-07-10 00:07:05 by Kamel Ibn Aziz Derouiche | Files touched by this commit (4)
Log message:
Import py27-paramunittest-0.2 as wip/py-paramunittest.

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