1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test
ntalbott 09d2946061 * lib/test/unit.rb: removed installation instructions.
* lib/test/unit/ui/testrunnermediator.rb: moved the run flag to a more
	  central location.

	* lib/test/unit.rb: ditto.

	* lib/test/unit.rb: extracted the running code in to AutoRunner.

	* lib/test/unit/autorunner.rb: added.

	* lib/test/unit/collector/objectspace.rb: extracted common test
	  collection functionality in to a module.

	* lib/test/unit/collector.rb: ditto; added.

	* test/testunit/collector/test_objectspace.rb: ditto.

	* lib/test/unit/collector/dir.rb: added. Supports collecting tests out
	  of a directory structure.

	* test/testunit/collector/test_dir.rb: added.

	* test/runner.rb: simplified to use the new capabilities.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-10-08 13:21:28 +00:00
..
csv * lib/csv.rb (IOReader, BasicWriter): call binmode when a given IO 2003-10-06 14:03:58 +00:00
fileutils * test/fileutils/test_fileutils.rb: clean up temporaly symlink. [ruby-dev:21420] 2003-09-29 07:11:50 +00:00
logger * test/logger/test_logger.rb: unlinking file before close causes problem under 2003-10-01 15:29:43 +00:00
ostruct * lib/ostruct.rb: Added OpenStruct#==. 2003-09-25 00:03:11 +00:00
ruby * test/ruby/test_beginendblock.rb, test/ruby/endblockwarn.rb: commited older 2003-10-07 06:32:18 +00:00
soap * lib/xsd/datatypes.rb: Rational -> Decimal string bug fix. 2003-10-05 05:42:04 +00:00
strscan * test/strscan/test_stringscanner.rb: require test/unit. 2003-09-17 09:51:32 +00:00
testunit * lib/test/unit.rb: removed installation instructions. 2003-10-08 13:21:28 +00:00
uri * test/uri/*: translated RUNIT to Test::Unit. 2003-10-05 06:09:26 +00:00
wsdl * test/soap/*, test/wsdl/*, test/xsd/*: move TestCase classes into each module 2003-09-26 18:34:41 +00:00
xsd * test/logger/test_logger.rb: unlinking file before close causes problem under 2003-10-01 15:29:43 +00:00
yaml * ext/syck/rubyext.c: default keys handled. 2003-10-03 19:51:25 +00:00
runner.rb * lib/test/unit.rb: removed installation instructions. 2003-10-08 13:21:28 +00:00