| Commit message (Expand) | Author | Age | Files | Lines |
* | Not a typo. The name is better plural. Better English and more consistent wit... | ryan | 2008-09-25 | 1 | -1/+1 |
* | * lib/mini/test.rb (Mini::Assertions#assert_raise): fixed typo. | nobu | 2008-09-24 | 1 | -1/+1 |
* | Added miniunit 1.3.0 | ryan | 2008-09-23 | 5 | -0/+147 |
* | committed one dir too deep. THIS removes the rest of test/unit | ryan | 2008-09-23 | 1 | -280/+0 |
* | Removed test/unit | ryan | 2008-09-23 | 21 | -3307/+0 |
* | * lib/test/unit/collector/objectspace.rb | kou | 2008-07-06 | 1 | -1/+1 |
* | * lib/test/unit/testcase.rb: collect decendants of | akr | 2008-07-04 | 4 | -11/+25 |
* | * lib/test/unit/ui/console/testrunner.rb: prevent destructive modification to... | mame | 2008-07-01 | 1 | -4/+2 |
* | * lib/test/unit/collector/dir.rb (recursive_collect): r15662 reverted. | nobu | 2008-06-30 | 1 | -2/+1 |
* | * test/inlinetest.rb (InlineTest.in_progname): workaround for frozen | nobu | 2008-06-27 | 1 | -2/+5 |
* | Applied Laurent's patch to testcase.rb to fix symbol method names | ryan | 2008-03-21 | 1 | -1/+1 |
* | * lib/test/unit/collector/dir.rb (recursive_collect): do not always | nobu | 2008-03-01 | 1 | -2/+3 |
* | * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend, | naruse | 2008-02-12 | 1 | -1/+1 |
* | * Fix variable name. | gotoyuzo | 2007-12-28 | 1 | -5/+5 |
* | * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert_throws): | gotoyuzo | 2007-12-28 | 1 | -11/+11 |
* | * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string. | matz | 2007-08-24 | 1 | -0/+1 |
* | * array.c (rb_ary_unshift_m): a bug in lfree shift length | matz | 2006-10-16 | 1 | -1/+1 |
* | * lib/test/unit/collector/dir.rb (Collector::Dir#collect): append base | nobu | 2006-10-14 | 1 | -2/+3 |
* | * lib/test/unit/collector/dir.rb (Collector::Dir#collect): prepend | nobu | 2006-10-12 | 1 | -1/+5 |
* | * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file): | nobu | 2006-10-02 | 1 | -1/+1 |
* | * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::COLLECTORS): | nobu | 2006-10-02 | 1 | -2/+2 |
* | * common.mk (test-all): separate directory where running test cases | nobu | 2006-10-01 | 2 | -8/+33 |
* | Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783] | drbrain | 2006-09-09 | 1 | -2/+10 |
* | RDoc for #run= and #run? | drbrain | 2006-08-04 | 1 | -0/+2 |
* | Documentation cleanup. | drbrain | 2006-08-04 | 15 | -15/+15 |
* | * eval.c (Init_eval): add aliases invoke_method and | matz | 2006-06-17 | 1 | -46/+194 |
* | * eval.c (ev_const_get): simplified using rb_const_get_fallback(). | matz | 2006-02-17 | 1 | -1/+1 |
* | * lib/test/unit/autorunner.rb (process_args): ignore arguments after | nobu | 2006-01-22 | 1 | -1/+1 |
* | * lib/test/unit/collector.rb (collect_file): now deletes paths added | ntalbott | 2005-02-17 | 3 | -11/+16 |
* | * lib/test/unit.rb: use standalone runner for -e. | nobu | 2004-12-19 | 3 | -12/+23 |
* | * lib/test/unit/collector/dir.rb: typo fix. | eban | 2004-11-19 | 1 | -1/+1 |
* | * lib/test/unit/collector/dir.rb: better regex. | eban | 2004-11-19 | 1 | -1/+2 |
* | * lib/test/unit/collector/dir.rb: better support for -p/-x option. | eban | 2004-11-19 | 1 | -0/+1 |
* | * lib/test/unit/collector/dir.rb: add support for directory name | eban | 2004-11-19 | 1 | -3/+3 |
* | * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): add | usa | 2004-11-16 | 2 | -2/+10 |
* | * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): use | nobu | 2004-11-16 | 1 | -2/+2 |
* | * lib/test/unit/ui/console/testrunner.rb (test_started): restore $0 | nobu | 2004-04-21 | 1 | -1/+2 |
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 2 | -2/+2 |
* | * ext/extmk.rb (extmake): skip uncompiled extensions. | nobu | 2004-04-08 | 1 | -0/+1 |
* | Move RDoc comments for Test::Unit | dave | 2004-03-04 | 1 | -259/+258 |
* | From ruby_1_8 branch: | gsinclair | 2004-02-01 | 1 | -5/+6 |
* | * lib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities): | nobu | 2004-01-13 | 6 | -24/+5 |
* | * lib/test/unit/collector/dir.rb: do not ignore exceptions(LoadError | nahi | 2004-01-09 | 1 | -1/+0 |
* | Add RDoc to build. Add --ri-system to RDoc | dave | 2004-01-05 | 1 | -5/+4 |
* | * lib/test/unit/assertions.rb: Modules are allowed to rescue. | nobu | 2003-12-24 | 3 | -25/+40 |
* | * lib/test/unit/assertions.rb: renamed #assert_raises to #assert_raise | ntalbott | 2003-12-08 | 1 | -2/+8 |
* | * lib/test/unit/autorunner.rb: remove dependency to a particular | nobu | 2003-12-08 | 7 | -22/+22 |
* | * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises, | nobu | 2003-12-05 | 1 | -4/+4 |
* | * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises): | nobu | 2003-12-04 | 1 | -12/+22 |
* | * lib/test/unit/ui/gtk2 (Test::Unit::UI::GTK2#start_ui): remove debug statement. | nobu | 2003-12-02 | 1 | -1/+0 |