RubyGems Navigation menu

regtest 1.0.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:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 2.2.1 - February 24, 2021 (16KB)
  2. 2.2.0 - December 20, 2019 (16KB)
  3. 2.1.1 - March 26, 2019 (13.5KB)
  4. 2.1.0 - March 04, 2019 (13.5KB)
  5. 2.0.0 - September 22, 2017 (13.5KB)
  6. 1.0.0 - August 19, 2017 (8.5KB)
全てのバージョンを表示(全16件)

Development依存関係 (2):

regtest ~> 0.4
rim ~> 2.11

所有者:

作者:

  • Jan Friedrich

SHA 256チェックサム:

36f3ed1c8d7149bcce29fff6a2e143aff3088c2326944846de8fae7846a0b397

累計ダウンロード数 33,163

このバージョンのみ 1,648

ライセンス:

Ruby

必要なRubyのバージョン: >= 0

リンク: