Age | Commit message (Expand) | Author |
2005-02-17 | * lib/test/unit/collector.rb (collect_file): now deletes paths added | ntalbott |
2004-12-19 | * lib/test/unit.rb: use standalone runner for -e. | nobu |
2004-11-16 | * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): use | nobu |
2004-07-16 | * lib/test/unit/ui/{fox,gtk,gtk2}/testrunner.rb: remove | ocean |
2004-05-16 | * lib/text/unit.rb: Removed :nodoc: directive (it prevented effective | gsinclair |
2004-05-16 | lib/test/unit/assertions.rb: remove "all" that it has forgotten to remove. | eban |
2004-05-16 | * lib/test/unit/**/*.rb: Removed :nodoc: directives (many were | gsinclair |
2004-05-07 | * eval.c (rb_eval): too many line trace call. (ruby-bugs PR#1320) | matz |
2004-04-18 | * dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb, | nobu |
2004-03-04 | Move RDoc comments for Test::Unit | dave |
2004-02-01 | * lib/test/unit.rb: rearranged documentation for RDoc's sake. | gsinclair |
2004-01-13 | * lib/test/unit/ui/testrunnerutilities.rb (TestRunnerUtilities): | nobu |
2004-01-05 | Add RDoc to build. Add --ri-system to RDoc | dave |
2003-12-24 | * lib/test/unit/assertions.rb: Modules are allowed to rescue. | nobu |
2003-12-08 | * lib/test/unit/assertions.rb: renamed #assert_raises to #assert_raise | ntalbott |
2003-12-08 | * lib/test/unit/autorunner.rb: remove dependency to a particular | nobu |
2003-12-05 | * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises, | nobu |
2003-12-04 | * lib/test/unit/assertions.rb (Test::Unit::Assertions::assert_raises): | nobu |
2003-12-02 | * lib/test/unit/ui/gtk2 (Test::Unit::UI::GTK2#start_ui): remove debug statement. | nobu |
2003-12-02 | * bin/testrb: new test runner. [ruby-core:01845] | nobu |
2003-12-01 | * lib/test/unit/assertions.rb: fixed #assert_no_match message. | ntalbott |
2003-11-27 | * eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true as | nobu |
2003-11-21 | * lib/test/unit/util/backtracefilter.rb: fixed a bug that occurred | ntalbott |
2003-11-20 | * lib/test/unit/assertions.rb: use #__send__ instead of #send. | ntalbott |
2003-11-18 | * lib/test/unit.rb: do not run tests if $! is set. | ntalbott |
2003-11-17 | * lib/test/unit/autorunner.rb (keyword_display): sort keywords. | nobu |
2003-11-17 | * lib/test/unit/ui/tk/testrunner.rb, | nobu |
2003-11-13 | * lib/test/unit/ui/tk/testrunner.rb: use grid and panedwindow (if available) | nagai |
2003-11-12 | * lib/test/unit/assertions.rb (assert_throws, assert_nothing_thrown): | nobu |
2003-11-11 | * lib/test/unit/ui/testrunnermediator.rb: should require 'test/unit'. | ntalbott |
2003-11-11 | * lib/test/unit/ui/gtk/testrunner.rb: added a rescue clause to handle | ntalbott |
2003-11-08 | * lib/test/unit/assertions.rb: un-deprecated #assert_not_nil to | ntalbott |
2003-11-06 | * eval.c (rb_load): allow interrupt during loaded program | matz |
2003-11-05 | * lib/test/unit/ui/gtk/testrunner.rb: typo. | nobu |
2003-10-30 | * lib/test/unit/autorunner.rb: make fox runners work. | nahi |
2003-10-22 | * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file): | nobu |
2003-10-21 | * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file): | nobu |
2003-10-08 | * lib/test/unit.rb: removed installation instructions. | ntalbott |
2003-10-05 | * lib/test/unit/assertions.rb: will use pp for output if available. | ntalbott |
2003-10-04 | * lib/test/unit/assertions.rb: made small improvements to assertion | ntalbott |
2003-10-04 | * lib/test/unit/assertions.rb: refactored message building. | ntalbott |
2003-10-04 | * lib/test/unit/assertions.rb: changed assertion messages to rely more | ntalbott |
2003-10-03 | * lib/test/unit/testsuite.rb: changed #<< to return self, and added | ntalbott |
2003-10-03 | * lib/test/unit.rb: refactored to use optparse. | ntalbott |
2003-10-02 | * lib/test/unit/assertions.rb: added a default message for #assert, | ntalbott |
2003-10-02 | * lib/test/unit/assertions.rb: should not capture an | ntalbott |
2003-09-19 | * test/testunit/*: Added. | ntalbott |
2003-08-06 | * lib/test/unit/testcase.rb: Added equality checking. | ntalbott |
2003-08-04 | * lib/test/unit/ui/console/testrunner.rb: Flushed io in the | matz |
2003-08-01 | * class.c (rb_obj_singleton_methods): should not go up to | matz |