Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.ruby > #3337 > unrolled thread

[ANN] test-loop 12.0.2

Started bySuraj Kurapati <sunaku@gmail.com>
First post2011-04-21 16:46 -0500
Last post2011-04-21 16:46 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.ruby


Contents

  [ANN] test-loop 12.0.2 Suraj Kurapati <sunaku@gmail.com> - 2011-04-21 16:46 -0500

#3337 — [ANN] test-loop 12.0.2

FromSuraj Kurapati <sunaku@gmail.com>
Date2011-04-21 16:46 -0500
Subject[ANN] test-loop 12.0.2
Message-ID<35b1f79ffe546517106c54d9767e7de3@ruby-forum.com>
test-loop - Continuous testing for Ruby with fork/eval
            https://github.com/sunaku/test-loop#readme


What is it?
-----------

test-loop is a fast continuous testing tool for Ruby that automatically
detects and tests changes in your application in an efficient manner:

1. Absorbs the test execution overhead into the main Ruby process.
2. Forks to run your test files without overhead and in parallel.
3. Avoids running unchanged test blocks inside changed test files.


What is new?
------------

Bug fixes:

  * Consider DB schema dump file as overhead in Rails.

  * Do not consider test factories as overhead in Rails.

  * Run test files when test factory files change in Rails.

Housekeeping:

  * Detach worker from master's terminal device sooner.

Documentation:

  * All required signals must be present in irb check.

  * Prevent ps(1) from truncating lines to $TERM width.

  * Retain ps(1) column header in watch command output.

  * Begin parameter descriptions with the noun itself.

-- 
Posted via http://www.ruby-forum.com/.

[toc] | [standalone]


Back to top | Article view | comp.lang.ruby


csiph-web