Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > [ANN] test-loop 9.1.0

Reply
Thread Tools

[ANN] test-loop 9.1.0

 
 
Suraj Kurapati
Guest
Posts: n/a
 
      02-24-2011
test-loop - Continuous testing for Ruby with fork/eval
9.1.0 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?
------------

Version 9.1.0 (2011-02-23)
==========================

* Print the status of completed tests in ANSI color.

* Print the failure log of failing tests to STDERR.

* `$?` is not defined when Errno::ECHILD is raised.


Version 9.0.1 (2011-02-1
==========================

* Shield normal output from control-key combos printed into the
terminal.

* Do not print worker PID in status messages because every test file
has exactly one worker anyway.

* Reabsorb on any `*.{rb,yml}` changes beneath the config/ directory.

* Do not reabsorb overhead when the configuration file changes.

* Add `after_each_test` example for failure-only notifications.


Version 9.0.0 (2011-02-15)
==========================

* Remove SIGUSR1 for killing worker processes.

* Handle Ctrl-Z signal from the very beginning.


Happy testing!

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

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57