Manuals: http://sunaku.github.io/tork
Sources: GitHub - sunaku/tork: 💞 Tests your Ruby code, in parallel, as you change it
RubyGem: tork | RubyGems.org | your community gem host
Tork runs your tests as they change, in parallel:
- Absorbs test execution overhead into a master process.
- Forks to inherit overhead and run test files in parallel.
- Avoids running unchanged tests inside changed test files.
Version 19.7.0 (2014-03-04)
This release automatically re-runs failed tests after reabsorbing
overhead.
Minor:
-
Re-run failed tests after reabsorbing overhead.
Thanks to Chris S. for contributing this
patch.