TestR - Continuous testing tool for Ruby
GitHub - sunaku/testr: MOVED TO sunaku/tork
What is it?
TestR is a continuous testing tool for Ruby that efficiently
detects and tests changes in your Ruby application & test suite:
- Absorbs test execution overhead into the master Ruby process.
- Forks to run your test files in parallel and without overhead.
- Avoids running unchanged tests inside changed test files.
What is new?
Bug fixes:
-
Use blue/red (not red/green) for pass/fail instead of green/red to
accommodate the color blind. -
Incorrect test name regexp was passed down to Test::Unit. This
broke focused testing, where only changed tests in a changed
test file are run.
Housekeeping:
- Make
testr-master
wait for killed worker processes before
exiting.