summaryrefslogtreecommitdiff
path: root/lib/test/unit.rb
AgeCommit message (Expand)Author
2009-08-04* lib/test/unit.rb (Test::Unit.setup_argv): expands paths beforenobu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-12-16 * lib/test/unit.rb (Test::Unit.setup_argv): sorry, fixed wrong commit.usa
2008-12-16 * lib/test/unit.rb (Test::Unit.setup_argv): ALT_SEPARATOR support.usa
2008-12-11* lib/test/unit/assertions.rb: extracted from lib/test/unit.rb.akr
2008-11-04* lib/test/unit.rb: sorry, removed debug code.usa
2008-11-04 * lib/test/unit.rb (Test::Unit.setup_argv): now can specify ``-xname''usa
2008-10-21* lib/test/unit.rb (assert_nothing_raised): raise with backtrace.nobu
2008-10-21* lib/test/unit.rb (assert_nothing_raised): set backtrace.akr
2008-10-19* lib/test/unit.rb (Test::Unit.setup_argv): call given block forakr
2008-10-18* lib/test/unit.rb (assert_nothing_thrown): don't intern.akr
2008-10-18* lib/test/unit.rb (assert_nothing_thrown): implemented.akr
2008-10-16* lib/test/unit.rb: sort the order of executing tests.mame
2008-10-16* lib/test/unit.rb (assert_equal): avoid incompatible characterakr
2008-10-16* lib/test/unit.rb (assert_equal): failure message changed.akr
2008-10-16* lib/test/unit: removed test/unit.akr
2008-10-10Fixed missing test/unit.rb, bad svn merge. Rolled back test/runner.rbryan
2008-10-10Removing miniunitryan
2008-10-04* test/mini/test_mini_test.rb: recovered. It had been temporarily removed at ...yugui
2008-09-30Reverts the changes of lib/test/unit.rb in r19502 and r19501.yugui
2008-09-30Reverts the changes of lib/test/unit/* in r19543, r19534 and r19503.yugui
2008-09-23Added miniunit 1.3.0ryan
2008-09-23committed one dir too deep. THIS removes the rest of test/unitryan
2006-08-04RDoc for #run= and #run?drbrain
2005-02-17 * lib/test/unit/collector.rb (collect_file): now deletes paths addedntalbott
2004-12-19* lib/test/unit.rb: use standalone runner for -e.nobu
2004-03-04Move RDoc comments for Test::Unitdave
2004-02-01 From ruby_1_8 branch:gsinclair
2004-01-05Add RDoc to build. Add --ri-system to RDocdave
2003-12-02* bin/testrb: new test runner. [ruby-core:01845]nobu
2003-11-18 * lib/test/unit.rb: do not run tests if $! is set.ntalbott
2003-10-08 * lib/test/unit.rb: removed installation instructions.ntalbott
2003-10-03 * lib/test/unit.rb: refactored to use optparse.ntalbott
2003-09-19 * test/testunit/*: Added.ntalbott
2003-08-01* class.c (rb_obj_singleton_methods): should not go up tomatz
2003-02-12Initial revisionntalbott