RubyGems Navigation menu

regtest 1.1.0

This library support a very simple way to do regression testing in Ruby projects. You write Ruby scripts with samples. Run these and get the sample results as YAML output besides your scripts. Check both the scripts and the YAML files with the results in you Source Code Control System. 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 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).

Gemfile:
= Copy to clipboard Copied!

Installeer:
=

Versies:

  1. 2.2.1 - February 24, 2021 (16 KB)
  2. 2.2.0 - December 20, 2019 (16 KB)
  3. 2.1.1 - March 26, 2019 (13,5 KB)
  4. 2.1.0 - March 04, 2019 (13,5 KB)
  5. 2.0.0 - September 22, 2017 (13,5 KB)
  6. 1.1.0 - August 29, 2017 (9 KB)
Toon alle versies (16 totaal)

Development afhankelijkheden (3):

rake < 100, > 0
regtest ~> 1.0
rim ~> 2.12

Eigenaren:

Authors:

  • Jan Friedrich

SHA 256 checksum:

5fc12df16d9a2193dcf2505b8546289f926d65133889f59ce0dfbe64f58bc647

Total downloads 33.102

Voor deze versie 1.943

Licentie:

Ruby

Required Ruby Version: >= 0

Links: