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


Groups > comp.lang.ruby > #3337

[ANN] test-loop 12.0.2

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!talisker.lacave.net!lacave.net!not-for-mail
From Suraj Kurapati <sunaku@gmail.com>
Newsgroups comp.lang.ruby
Subject [ANN] test-loop 12.0.2
Date Thu, 21 Apr 2011 16:46:22 -0500
Organization Service de news de lacave.net
Lines 43
Message-ID <35b1f79ffe546517106c54d9767e7de3@ruby-forum.com> (permalink)
NNTP-Posting-Host bristol.highgroove.com
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding 7bit
X-Trace talisker.lacave.net 1303425351 1990 65.111.164.187 (21 Apr 2011 22:35:51 GMT)
X-Complaints-To abuse@lacave.net
NNTP-Posting-Date Thu, 21 Apr 2011 22:35:51 +0000 (UTC)
X-Received-From This message has been automatically forwarded from the ruby-talk mailing list by a gateway at comp.lang.ruby. If it is SPAM, it did not originate at comp.lang.ruby. Please report the original sender, and not us. Thanks! For more details about this gateway, please visit: http://blog.grayproductions.net/categories/the_gateway
X-Mail-Count 382027
X-Ml-Name ruby-talk
X-Rubymirror Yes
X-Ruby-Talk <35b1f79ffe546517106c54d9767e7de3@ruby-forum.com>
Xref x330-a1.tempe.blueboxinc.net comp.lang.ruby:3337

Show key headers only | View raw


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

Back to comp.lang.ruby | Previous | Next | Find similar | Unroll thread


Thread

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

csiph-web