Tork - test with fork
https://github.com/sunaku/tork#readme

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


Tork runs your tests as they change, in parallel:

  1. Absorbs test execution overhead into a master process.

  2. Forks to inherit overhead and run test files in parallel.

  3. Avoids running unchanged tests inside changed test files.


## Version 18.2.2 (2012-07-11)

Patch:

  * GH-35: resume dispatched but not yet started tests.

    After reabsorbing overhead, we need to resume previously dispatched test
    files that have not yet finished running.  This includes the waiting set
    (dispatched but not yet running) as well as the running set (dispatched
    and already started running).  Otherwise, we encounter a bug where test
    files in the waiting set can NEVER be run again!

-- You received this message because you are subscribed to the Google Groups 
ruby-talk-google group. To post to this group, send email to 
[email protected]. To unsubscribe from this group, send email 
to [email protected]. For more options, visit this 
group at https://groups.google.com/d/forum/ruby-talk-google?hl=en

Reply via email to