RubyGems Navigation menu

turn 0.3.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:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.9.7 - March 15, 2014 (31.5 KB)
  2. 0.9.6 - June 28, 2012 (36.0 KB)
  3. 0.9.5 - April 16, 2012 (36.0 KB)
  4. 0.9.4 - March 16, 2012 (35.5 KB)
  5. 0.9.3 - February 17, 2012 (34.5 KB)
  6. 0.3.0 - December 11, 2007* (5.0 KB)
顯示所有版本(共 24)

Runtime 相依性套件 (1):

hoe >= 1.3.0

擁有者:

作者:

  • Tim Pease

SHA 256 checksum:

57b148630be1d8cc96d77dd4d83b90ae9f6602829b89a4fa83325cc843760410

總下載次數 3,137,524

這個版本 8,436

License:

Ruby 版本需求: > 0.0.0

相關連結: