aboutsummaryrefslogtreecommitdiffstats
path: root/lib/test/unit.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/test/unit.rb (process_args): need to setup @help to print options.usa2010-12-151-0/+3
* * lib/test/unit.rb: help messages.usa2010-12-141-3/+3
* * lib/test/unit.rb (Test::Unit::GCStressOption): --gc-stressnobu2010-12-011-0/+27
* * lib/test/unit.rb (Test::Unit::Mini#_run_suites): show the resultnobu2010-12-011-2/+18
* Remove unused logicsnaruse2010-12-011-3/+1
* Imported minitest 2.0.0 r5952. Fixed test/unit.rb to work with changesryan2010-12-011-11/+1
* * lib/test/unit.rb (Test::Unit::Mini#run): abort if interrupted.nobu2010-10-241-0/+8
* * lib/test/unit.rb (Test::Unit::Mini#run_test_suites): show thenobu2010-10-241-0/+2
* * lib/test/unit.rb (Test::Unit::Mini#run_test_suites): ensurenobu2010-10-241-2/+9
* * lib/test/unit.rb: make test/unit play nicely with the rake testtenderlove2010-10-241-32/+33
* * lib/test/unit.rb (Test::Unit::GlobOption): merged RejectOption.nobu2010-09-161-28/+22
* * lib/test/unit.rb (MiniTest::Unit.new): extend before initialize.nobu2010-08-131-3/+7
* * lib/test/unit.rb (MiniTest::Unit#process_args): refactored.nobu2010-07-171-59/+116
* * lib/test/unit.rb: MiniTest::Unit is different class fromnobu2010-07-171-3/+40
* * lib/test/unit.rb, bin/testrb, test/runner.rb: revert r28655, whichmame2010-07-161-32/+4
* * lib/test/unit.rb (Test::Unit.setup_argv): run tests only whennobu2010-07-161-4/+32
* * lib/test/unit.rb (setup_argv): convert to using optparse, addingtenderlove2010-07-141-12/+21
* * 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