RubyGems Navigation menu

regtest 2.2.1

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:
= 複製 已複製

安裝:
=

版本列表:

  1. 2.2.1 - February 24, 2021 (16.0 KB)
  2. 2.2.0 - December 20, 2019 (16.0 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)
顯示所有版本(共 16)

Development 相依性套件 (3):

rake >= 0
regtest ~> 2
rim ~> 2.17

擁有者:

Pushed by:

作者:

  • Jan Friedrich

SHA 256 checksum:

4732bf34f808ea9f1f3f7f2926dded788a3ade2adbd1454cb5a21182016dfd17

總下載次數 33,163

這個版本 3,026

License:

Ruby

Ruby 版本需求: >= 2.1.0

相關連結: