BETAmodules.com is in beta — open to partnerships & joint ventures.Build with us

regtest

v2.5.0RubyGems· Ruby

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).

The verdict
Abandoned. Last published over a year ago. No recent activity — look for a maintained alternative.
No recent activity — look for a maintained alternative.
Live from the RubyGems registry · derived rules, not AI
How it scores
MaintenanceAbandoned
PopularityNiche
SecurityClean
LicenseOther
DepsZero deps
Maintenance
Last published over a year ago.
Popularity
16 downloads / week
Security
No known advisories for this version (OSV).
License
Ruby
Dependencies
No runtime dependencies
Recent releases
  • 2.5.0over a year ago
  • 2.4.1over a year ago
  • 2.4.0over a year ago
  • 2.3.0over a year ago
  • 2.2.15 years ago
  • 2.2.06 years ago
  • 2.1.17 years ago
  • 2.1.07 years ago
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). (Ruby / RubyGems) · Modules