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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.2nb1, Package name: py310-ParamUnittest-0.2nb1, 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/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 2.424 KB

Version history: (Expand)


CVS history: (Expand)


   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2019-04-27 13:33:04 by Thomas Klausner | Files touched by this commit (16)
Log message:
*: add SHA512 checksums to distinfo
   2017-04-04 15:41:23 by Thomas Klausner | Files touched by this commit (4)
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.