Tork 15.0.0 (was TestR was test-loop)

Tork - Test with fork


___ /___________ /__
_ _/ __ \ / //
/ /
/ // / / / ,
_
/_
// //|_
>>>------>


What is it?

Tork is a continuous testing tool for Ruby that automatically
detects and tests changes in your Ruby application or test suite in
an efficient manner:

  1. Absorbs your test execution overhead into a master process.

  2. Forks to run your test files in parallel, without overhead.

  3. Avoids running unchanged tests inside changed test files.


What is new?

Breaking changes:

  • This project has been renamed from TestR to Tork (test with
    fork) in order to better compete with rival projects, namely
    Spork! >:-) Credit goes to Brian D. Burns for thinking of
    this most succinct & awesome project name! He also created
    the snazzy ASCII-art logo featured in the project README.

  • tork(1): rename r command (run all tests) to t (for tork).