test-loop - Continuous testing for Ruby with fork/eval
GitHub - sunaku/test-loop: MOVED TO sunaku/testr
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:
- Absorbs the test execution overhead into the main Ruby process.
- Forks to run your test files without overhead and in parallel.
- Avoids running unchanged test blocks inside changed test files.
What is new?
-
Prevent empty test suite run in master process. (Brian D. Burns)
-
Report test execution statistics in
test/loop/notifypreset as
requested by Juan G. Hurtado. -
Add
test/loop/cocopreset for integrating the Coco code coverage
library at http://lkdjiin.github.com/coco/