RubyGems Navigation menu

turn 0.2.0

TURN is a new way to view Test::Unit results. With longer running tests, it can be very frustrating to see a failure (....F...) and then have to wait till all the tests finish before you can see what the exact failure was. TURN displays each test on a separate line with failures being displayed immediately instead of at the end of the tests. If you have the 'facets' gem installed, then TURN output will be displayed in wonderful technicolor (but only if your terminal supports ANSI color codes). Well, the only colors are green and red, but that is still color. Sample output: TestMyClass test_alt PASS test_alt_eq PASS test_bad FAIL ./test/test_my_class.rb:64:in `test_bad' <false> is not true. test_foo PASS test_foo_eq PASS TestYourClass test_method_a PASS test_method_b PASS test_method_c PASS ============================================================================ pass: 7, fail: 1, error: 0 total: 15 tests with 42 assertions in 0.018 seconds ============================================================================

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 0.9.7 - March 15, 2014 (31.5 KB)
  2. 0.9.6 - June 28, 2012 (36 KB)
  3. 0.9.5 - April 16, 2012 (36 KB)
  4. 0.9.4 - March 16, 2012 (35.5 KB)
  5. 0.9.3 - February 17, 2012 (34.5 KB)
  6. 0.2.0 - November 26, 2006* (5 KB)
Show all versions (24 total)

Owners:

Authors:

  • Tim Pease

SHA 256 checksum:

ac187c743fa3efba2da9cdaa8c01a645dea2f46e316aed4d3528d3968768df41

Total downloads 3,151,076

For this version 3,360

Licenses:

N/A

Required Ruby Version: > 0.0.0

Links: