* Override output() instead of changeing @@out. (#96,#97) * Update install instructions in README. (#95) * Fix bug in gemspec that interfered with Bundler (#93)
* 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)
* 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.
* 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. (y8) * Improve Pretty reporter output. (y8)
* Fix colorization config issue. * Switch to simple dotruby build system.
* MiniTest Only * Fix issues with 1.8.7 support.
* 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).
* Now must use MiniTest 2.0+.
* Merge pull request #56 from codeinvain/master * Merge pull request #52 from markburns/patch-2 * Merge pull request #51 from markburns/patch-1 * Merge pull request #50 from tpope/stdout_tty * Switch COLORIZE to method for easier testing * Don't show colors if stdout is not a tty * Use global config. * Autoload Test::Unit and MiniTest. * Autorun uses Turn's runner classes. * minitest changed Unit#run, set Unit.runner= if method exists * Merge pull request #39 from dubek/fix_term_detection_for_ruby_19 * Merge pull request #38 from cameel/fix-minitest-run-monkeypatch-no-trace * Merge pull request #36 from yalab/master * Don't use ANSI codes on dumb terminals in Ruby 1.9 * Make Turn work with gems that monkey-patch MiniTest::Unit::TestCase.run() * Fixed pretty_reporter to use 'trace' option. * Fixed dot_reporter to use 'trace' option. * Fixed outline_reporter to use 'trace' option. * Add -t or --trace option for display all stacktrace. * missing #skip! method in TestMethod * Merge branch 'master' of github.com:TwP/turn * use autoload to load MiniTests emulation of TestUnit * do not use color if in a VIM session
* Add version in code and cli option to display it. * Fix for files lookup controller bug * Limit default test matching to *.rb files. * Show first line from the test file when showing stack traces [F. Morgan Whitney] * Make minitest output compatible with natural language case naming [David Heinemeier Hansson]
* Fix misspelling of "raised" which prevented proper recording of errors. * Fix IsoRunner so it passes error, not just error message.
* Mintest support * Two new reporters
* Copied String#tab from Facets. * Facets is no longer needed as direct dependency.
* Fix typo and potential bug. * Running ruby with /usr/bin/env for portability * Adding --name=PATTERN for test name filtering * ANSI class is all caps
* Fixing require statements
* Detecting rails environment and adjusting output accordingly * Colorizing the filename
* Switched ANSI color support to ANSI project.
* Testrunner @io renamed to @output for test/unit 2.
* fixed a "convert nil into String" error
* add solo and cross runners * move Colorize into separate file * use ::ANSICode instead of ::Console::ANSICode
* color highlighting now works (need facets-2.0 library)
* add the "turn" executable * fixed warnings
* added some instructions for using the package
* removed explicit dependency on the 'hoe' gem
* initial release
Generated with the Darkfish Rdoc Generator 2.