RubyGems Navigation menu

regtest 2.4.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:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 2.4.1 - September 14, 2024 (13.5 KB)
  2. 2.4.0 - September 13, 2024 (13.5 KB)
  3. 2.3.0 - September 12, 2024 (13.5 KB)
  4. 2.2.1 - February 24, 2021 (16.0 KB)
  5. 2.2.0 - December 20, 2019 (16.0 KB)
显示所有版本 (共 19 个)

Development 依赖 (2):

rake >= 0
rim ~> 2.17

业主:

推送:

作者:

  • Jan Friedrich

SHA 256 校验和:

= 复制到剪贴板 已复制!

下载总量 34,679

这个版本 123

版本发布:

许可:

Ruby

需要的 Ruby 版本: >= 2.1.0

链接: