./devel/R-patrick, Parameterized Unit Testing

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


Branch: CURRENT, Version: 0.2.0, Package name: R-patrick-0.2.0, Maintainer: pkgsrc-users

This is an extension of the 'testthat' package that lets you add
parameters to your unit tests. Parameterized unit tests are often
easier to read and more reliable, since they follow the DNRY (do not
repeat yourself) rule.


Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2022-12-18 03:33:53 by Makoto Fujiwara | Files touched by this commit (3)
Log message:
(devel/R-patrick) import R-patrick-0.2.0

This is an extension of the 'testthat' package that lets you add
parameters to your unit tests. Parameterized unit tests are often
easier to read and more reliable, since they follow the DNRY (do not
repeat yourself) rule.