Sha256: f9bc37efd4424869a2d3f3faaa904ff69772f22f2d8feee42f52d6fd17617c5c

Contents?: true

Size: 1.48 KB

Versions: 4

Compression:

Stored size: 1.48 KB

Contents

= Turn 0.6.1

The facets/ansicode.rb library has been spun off as a separate
project called 'ansi'. So this version swaps out its optional
color support for the new project as well. You can install it via:

  gem install ansi

You might want to take at the library, it has a few other
interesting ANSI-related classes as well.

== As of 0.6.0

Turn 0.6 is now compatible with Test/Unit 2.0. 

A instance variable name change made between 1.x and 2.0 series
of test/unit prevent the Turn modified Testrunner from working
correctly.

Other than that this release is the same as the 0.5.1 release.

== As of 0.5.0

As of 0.5.0, Turn has 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

4 entries across 4 versions & 1 rubygems

Version Path
turn-0.7.0 Release.txt
turn-0.6.3 Release.txt
turn-0.6.2 Release.txt
turn-0.6.1 Release.txt