aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test/unit.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/test/unit.rb (Test::Unit.setup_argv): expands paths beforenobu2009-08-041-3/+3
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-1/+1
* * lib/test/unit.rb (Test::Unit.setup_argv): sorry, fixed wrong commit.usa2008-12-161-1/+1
* * lib/test/unit.rb (Test::Unit.setup_argv): ALT_SEPARATOR support.usa2008-12-161-0/+1
* * lib/test/unit/assertions.rb: extracted from lib/test/unit.rb.akr2008-12-111-112/+2
* * lib/test/unit.rb: sorry, removed debug code.usa2008-11-041-1/+0
* * lib/test/unit.rb (Test::Unit.setup_argv): now can specify ``-xname''usa2008-11-041-5/+6
* * lib/test/unit.rb (assert_nothing_raised): raise with backtrace.nobu2008-10-211-3/+1
* * lib/test/unit.rb (assert_nothing_raised): set backtrace.akr2008-10-211-1/+3
* * lib/test/unit.rb (Test::Unit.setup_argv): call given block forakr2008-10-191-18/+20
* * lib/test/unit.rb (assert_nothing_thrown): don't intern.akr2008-10-181-2/+2
* * lib/test/unit.rb (assert_nothing_thrown): implemented.akr2008-10-181-2/+13
* * lib/test/unit.rb: sort the order of executing tests.mame2008-10-161-0/+3
* * lib/test/unit.rb (assert_equal): avoid incompatible characterakr2008-10-161-0/+10
* * lib/test/unit.rb (assert_equal): failure message changed.akr2008-10-161-1/+16
* * lib/test/unit: removed test/unit.akr2008-10-161-271/+125
* Fixed missing test/unit.rb, bad svn merge. Rolled back test/runner.rbryan2008-10-101-0/+280
* Removing miniunitryan2008-10-101-10/+0
* * test/mini/test_mini_test.rb: recovered. It had been temporarily removed at ...yugui2008-10-041-278/+8
* Reverts the changes of lib/test/unit.rb in r19502 and r19501.yugui2008-09-301-0/+280
* Reverts the changes of lib/test/unit/* in r19543, r19534 and r19503.yugui2008-09-301-10/+0
* Added miniunit 1.3.0ryan2008-09-231-0/+10
* committed one dir too deep. THIS removes the rest of test/unitryan2008-09-231-280/+0
* RDoc for #run= and #run?drbrain2006-08-041-0/+2
* * lib/test/unit/collector.rb (collect_file): now deletes paths addedntalbott2005-02-171-1/+1
* * lib/test/unit.rb: use standalone runner for -e.nobu2004-12-191-1/+5
* Move RDoc comments for Test::Unitdave2004-03-041-259/+258
* From ruby_1_8 branch:gsinclair2004-02-011-5/+6
* Add RDoc to build. Add --ri-system to RDocdave2004-01-051-5/+4
* * bin/testrb: new test runner. [ruby-core:01845]nobu2003-12-021-1/+1
* * lib/test/unit.rb: do not run tests if $! is set.ntalbott2003-11-181-1/+1
* * lib/test/unit.rb: removed installation instructions.ntalbott2003-10-081-120/+10
* * lib/test/unit.rb: refactored to use optparse.ntalbott2003-10-031-28/+86
* * test/testunit/*: Added.ntalbott2003-09-191-22/+134
* * class.c (rb_obj_singleton_methods): should not go up tomatz2003-08-011-1/+2
* Initial revisionntalbott2003-02-121-0/+214