Commit graph

4 commits

Author SHA1 Message Date
taca
978f16d347 Update ruby-turn to 0.9.6.
=== 0.9.6 / 2012-06-26
  * Override output() instead of changeing @@out. (#96,#97)
  * Update install instructions in README. (#95)
  * Fix bug in gemspec that interfered with Bundler (#93)
2012-09-15 12:29:11 +00:00
taca
fdcad62ee2 Update ruby-turn package to 0.9.5.
== 0.9.5 / 2012-04-15
  * Add -m/-mark option to flag tests with high runtimes.
  * Show per-test runtime in Pretty reporter. (#83)
  * Fix colorization of result box. (Don Wilson) (#81, #85)
  * Add support for natural test names in pretty format. (Don Wilson) (#86)
  * Fix test rake task on Windows. (Don Wilson) (#88)
2012-04-29 13:20:48 +00:00
taca
d14b7eb590 Remove accidently commited file. 2012-04-29 13:18:48 +00:00
taca
6bbaddfe24 Importing ruby-turn version 0.9.4 as devel/ruby-turn.
Test::Unit Reporter (New) -- new output format for Test::Unit.

This is latest version of ruby-turn 0.9.4.

Changes from 0.8.3:

== 0.9.4 / 2012-03-16
  * Fix dot reporter to use `.` instead of `S` for passed tests.
  * Do not filter backtraces of local directory.
  * Do not colourize zero counts in pretty reporter.

== 0.9.3 / 2012-02-09
  * Default to pretty reporter.
  * Can set reporter via `rpt` environment variable.
  * Fix backtrace filter.
  * Fix require warning when using cli.
  * Add skip counts to reporter tallies. (t8)
  * Improve Pretty reporter output. (t8)

== 0.9.2 / 2012-02-08
  * Fix colorization config issue.
  * Switch to simple dotruby build system.

== 0.9.1 / 2012-02-01
  * MiniTest Only
  * Fix issues with 1.8.7 support.

== 0.9.0 / 2012-01-30
  * Fix bundle exec issue, which means...
  * Developer's must require `turn/autorun` instead fo just `turn`.
  * Improve detection of TestUnit 1.x vs. MiniTest
  * Show randomization seed number in output.
  * Pretty format option is now `-R` instead of `-T`.
  * Rename case match shortcut to `-c` instead of `-t`.
  * Add support for skipped tests.
  * Support max backtrace limit via `-b` option.
  * Use $RUBY_IGNORE_CALLERS to ignore lines of backtrace.
  * Better color support on Windows (install ANSICON)
  * MiniTest is a dependency (even if you are using it for TestUnit 1.x).
2012-03-17 15:32:59 +00:00