Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #3730
| From | Suraj Kurapati <sunaku@gmail.com> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | [ANN] test-loop 12.0.4 |
| Date | 2011-04-29 17:00 -0500 |
| Organization | Service de news de lacave.net |
| Message-ID | <a69e1a303afb945bd9b2adbd04a63010@ruby-forum.com> (permalink) |
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:
* Reabsorb overhead when user's configuration file changes.
(Brian D. Burns and Daniel Pittman)
* `Thread.new { system() }` really is backgrounded, so
`fork { system() }` is not necessary! This issue[1] was solved by
upgrading to the newer 2.6.38.4-1 Linux kernel on my system.
[1]: https://github.com/sunaku/test-loop/issues/5
--
Posted via http://www.ruby-forum.com/.
Back to comp.lang.ruby | Previous | Next | Find similar | Unroll thread
[ANN] test-loop 12.0.4 Suraj Kurapati <sunaku@gmail.com> - 2011-04-29 17:00 -0500
csiph-web