Tork 17.0.1

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


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


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; overhead inherited.

  3. Avoids running unchanged tests inside changed test files.


What is new?

Corrections:

  • tork-herald(1) sometimes reported changed test files twice.

  • tork/driver: only whole test file runs should qualify as pass.

  • tork/config/cucumber: only set ARGV for *.feature test files.

  • Tork::Client::Transceiver needs to stop both TX & RX loops.

Housekeeping:

  • tork/driver: store test file lists in Set, not Array.

  • HISTORY: use single-word change-set descriptions.