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.2.2 (2013-05-04)
This release makes Tork resilient to Errno::EADDRINUSE
errors that may
occur
sometimes, intermittently, when test execution overhead is being
reabsorbed.
Patch:
- server: retry until the socket opens successfully
Other:
- include md2man rake tasks in developer’s rakefile