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 校验和:

57b148630be1d8cc96d77dd4d83b90ae9f6602829b89a4fa83325cc843760410

下载总量 3,137,320

这个版本 8,434

许可:

需要的 Ruby 版本: > 0.0.0

链接: