Sha256: ba6f117ec5eebe9e2cc2962b4d69b586a06eb8cab08ca3448552f2a750e21336

Contents?: true

Size: 919 Bytes

Versions: 3

Compression:

Stored size: 919 Bytes

Contents

= Turn 0.5

Turn has turned 0.5 with some signifficant new features.

While Turn still provides the exact same functionality for running
tests via ruby or testrb as previous versions. The turn commandline 
utility has been completely rewritten with expanded capabilites. 

The turn command now features three run modes:

* Solo runner for running each test file in a separate process.
* Cross runner for running test file pairs in separate processes.
* Normal runner, which of course runs all test in a single process.

It also support three report modes:

* Progress reporter which uses a progress bar.
* Minimal reporter which provides traditional "dot" progress.
* Outline reporter populaized by turn.

The is also a special Marshal Mode which dumps test results as YAML.
And the underlying API makes it easy create new reporters.

To get a quick rundown on how to use the new commandline:

  $ turn --help

Enjoy!

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
TwP-turn-0.5.1 Release.txt
turn-0.4.0 Release.txt
turn-0.5.1 Release.txt