RubyGems Navigation menu

regtest 2.0.0

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

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 2.2.1 - February 24, 2021 (16 ko)
  2. 2.2.0 - December 20, 2019 (16 ko)
  3. 2.1.1 - March 26, 2019 (13,5 ko)
  4. 2.1.0 - March 04, 2019 (13,5 ko)
  5. 2.0.0 - September 22, 2017 (13,5 ko)
Voir toutes les versions (16)

Dépendances de Runtime (1):

colorize ~> 0.8

Dépendances de Development (3):

rake >= 0
regtest ~> 1.0
rim ~> 2.15

Propriétaires:

Auteurs:

  • Jan Friedrich

Total de contrôle SHA 256:

5c1dc8265ffbbe374dcac827466103028df3fd0f183469e040914c3dd4985d50

Total de téléchargements 33 213

Pour cette version 2 028

License:

Ruby

Version de Ruby requise: >= 2.1.0

Liens: