| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * bin/testrb: new test runner. [ruby-core:01845] | nobu | 2003-12-02 | 6 | -96/+107 |
* | * lib/test/unit/assertions.rb: fixed #assert_no_match message. | ntalbott | 2003-12-01 | 1 | -1/+1 |
* | * eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true as | nobu | 2003-11-27 | 3 | -3/+3 |
* | * lib/test/unit/util/backtracefilter.rb: fixed a bug that occurred | ntalbott | 2003-11-21 | 1 | -0/+1 |
* | * lib/test/unit/assertions.rb: use #__send__ instead of #send. | ntalbott | 2003-11-20 | 2 | -5/+5 |
* | * lib/test/unit.rb: do not run tests if $! is set. | ntalbott | 2003-11-18 | 2 | -2/+2 |
* | * lib/test/unit/autorunner.rb (keyword_display): sort keywords. | nobu | 2003-11-17 | 1 | -1/+1 |
* | * lib/test/unit/ui/tk/testrunner.rb, | nobu | 2003-11-17 | 4 | -35/+538 |
* | * lib/test/unit/ui/tk/testrunner.rb: use grid and panedwindow (if available) | nagai | 2003-11-13 | 1 | -12/+46 |
* | * lib/test/unit/assertions.rb (assert_throws, assert_nothing_thrown): | nobu | 2003-11-12 | 2 | -8/+11 |
* | * lib/test/unit/ui/testrunnermediator.rb: should require 'test/unit'. | ntalbott | 2003-11-11 | 1 | -0/+1 |