Categories: None [Edit]

regtest

https://rubygems.org/gems/regtest
https://github.com/janfri/regtest
This library supports a very simple way to do regression testing with Ruby. It is not limited to Ruby projects you can use it also in other contexts where you can extract data with Ruby. You write Ruby scripts with samples. Run these and get the sample results as results files besides your scripts. Check both the scripts and the results files in you Source Code Management System (SCM). When you run the scrips on a later (or even previous) version of your code a simple diff show you if and how the changes in your code or environment impact the results of your samples. This is not a replacement for unit testing but a complement: You can produce a lot of samples with a small amount of Ruby code (e.g. a large number of combinations of data).

Total

Ranking: 31,462 of 187,622
Downloads: 40,944

Daily

Ranking: 15,406 of 187,603
Downloads: 36

Depended by

RankDownloadsName
2,9865,073,880mini_exiftool
3,8282,695,186multi_exiftool
15,068128,086rim
32,89338,597scripref
144,9713,927sqlbible
177,1121,873ebookbinder

Depends on

RankDownloadsName
101,166,409,648rake
15,068128,086rim

Owners

#GravatarHandle
1iconjanfri