Directory lib/test/unit/collector/

Directory Created:
2003-09-19 03:48
Total Files:
2
Deleted Files:
0
Lines of Code:
141

Browse with ViewVC

[root]/lib/test/unit/collector

Lines of Code

lib/test/unit/collector/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 25 (100.0%) 197 (100.0%) 7.8
ntalbott 7 (28.0%) 144 (73.1%) 20.5
nobu 8 (32.0%) 41 (20.8%) 5.1
eban 4 (16.0%) 7 (3.6%) 1.7
usa 1 (4.0%) 3 (1.5%) 3.0
matz 2 (8.0%) 2 (1.0%) 1.0
shyouhei 2 (8.0%) 0 (0.0%) 0.0
nahi 1 (4.0%) 0 (0.0%) 0.0

Most Recent Commits

shyouhei 2007-02-13 00:01

set svn:eol-style

0 lines of code changed in:

matz 2006-10-16 15:35

* array.c (rb_ary_unshift_m): a bug in lfree shift length

calculation.

1 lines of code changed in:

  • lib/test/unit/collector: dir.rb (+1 -1)
nobu 2006-10-14 17:04

* lib/test/unit/collector/dir.rb (Collector::Dir#collect): append base

directory but not prepend.



* lib/test/unit/collector/dir.rb (Collector::Dir#collect_file): do not

join with dot. fixed: [ruby-core:09179]

3 lines of code changed in:

  • lib/test/unit/collector: dir.rb (+3 -2)
nobu 2006-10-12 18:31

* lib/test/unit/collector/dir.rb (Collector::Dir#collect): prepend

base directory to load path.



* lib/test/unit/collector/dir.rb (Collector::Dir#collect_file): should

use the given File-like interface, but not File directly.



* test/testunit/collector/test_dir.rb (TestDir::FileSystem): implement

File-like methods correctly.

5 lines of code changed in:

  • lib/test/unit/collector: dir.rb (+5 -1)
nobu 2006-10-02 15:48

* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):

load expanded path. fixed: [ruby-dev:29621]

1 lines of code changed in:

  • lib/test/unit/collector: dir.rb (+1 -1)
nobu 2006-10-01 17:25

* common.mk (test-all): separate directory where running test cases

from source tree.



* lib/test/unit/autorunner.rb (options): added --basedir, --workdir

and --load-path options.



* lib/test/unit/collector/dir.rb (recursive_collect, collect_file):

base directory support.

14 lines of code changed in:

  • lib/test/unit/collector: dir.rb (+14 -4)
matz 2006-02-17 09:40

* eval.c (ev_const_get): simplified using rb_const_get_fallback().



* eval.c (ev_const_defined): adopt to ev_const_get() using

rb_const_defined_fallback().



* variable.c (rb_const_get_fallback): new function to implement

constant search.



* variable.c (rb_const_defined_fallback): new function to

implement constant definition check.



* variable.c (rb_const_get_0): adopt to new behavior. constants

are looked up in the order of: current class, super classes (but

Object), lexically external classes/modules, and Object.



* variable.c (rb_const_defined_0): ditto.

1 lines of code changed in:

ntalbott 2005-02-17 05:50

* lib/test/unit/collector.rb (collect_file): now deletes paths added

to $LOAD_PATH instead of restoring it verbatim.



* lib/test/unit/autorunner.rb (AutoRunner.run): fixed so that

'ruby -rtest/unit -rtest1 -rtest2 -e0' will use the objectspace

collector again. Also tried to simplify the calling convention.



* test/runner.rb: adjusted for new AutoRunner semantics.



* lib/test/unit.rb: ditto.

2 lines of code changed in:

  • lib/test/unit/collector: dir.rb (+2 -3)
nobu 2004-12-19 03:01

* lib/test/unit.rb: use standalone runner for -e.



* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner#options): accept

multiple -p and -x options.



* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#recursive_collect):

ditto.

11 lines of code changed in:

  • lib/test/unit/collector: dir.rb (+11 -7)
eban 2004-11-19 16:09

* lib/test/unit/collector/dir.rb: typo fix.

1 lines of code changed in:

  • lib/test/unit/collector: dir.rb (+1 -1)
eban 2004-11-19 16:01

* lib/test/unit/collector/dir.rb: better regex.

2 lines of code changed in:

  • lib/test/unit/collector: dir.rb (+2 -1)
eban 2004-11-19 14:45

* lib/test/unit/collector/dir.rb: better support for -p/-x option.

1 lines of code changed in:

  • lib/test/unit/collector: dir.rb (+1)
eban 2004-11-19 03:22

* lib/test/unit/collector/dir.rb: add support for directory name

with -p/-x options.



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

3 lines of code changed in:

  • lib/test/unit/collector: dir.rb (+3 -3)
usa 2004-11-16 05:39

* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): add

new option --exclude (-x) to skip some tests.



* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir.exclude):

ditto.

3 lines of code changed in:

  • lib/test/unit/collector: dir.rb (+3 -1)
nahi 2004-01-09 05:26

* lib/test/unit/collector/dir.rb: do not ignore exceptions(LoadError

and SystemExitError) while loading a testcase. smell of bug.



* test/testunit/collector/test_dir.rb: add new test of the LoadError.



* test/drb/{test_drbssl.rb,test_drbunix.rb}: do not define testcase if

openssl is not installed.



* test/testunit/collector/test_dir.rb: assert_raises -> assert_raise.

0 lines of code changed in:

  • lib/test/unit/collector: dir.rb (-1)
nobu 2003-12-24 06:08

* lib/test/unit/assertions.rb: Modules are allowed to rescue.



* lib/test/unit/autorunner.rb: show output_level in order.



* lib/test/unit/collector/dir.rb: get rid of successive same

directories in load path.



* test/testunit/test_assertions.rb (test_assert_nothing_raised,

test_assert_raise): test for modules.

2 lines of code changed in:

  • lib/test/unit/collector: dir.rb (+2 -1)
nobu 2003-10-22 04:53

* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):

ignore tests which raised LoadError.



* test/drb/drbtest.rb, test/ruby/test_beginendblock.rb,

test/ruby/test_system.rb: avoid requiring same file twice.



* test/drb/test_drbssl.rb, test/drb/test_drbunix.rb: should not use

ARGV unless invoked directly. do not create test cases unless

required libraries are available.

1 lines of code changed in:

  • lib/test/unit/collector: dir.rb (+1)
nobu 2003-10-21 07:57

* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):

prepend the directory of target file to the load path.

4 lines of code changed in:

  • lib/test/unit/collector: dir.rb (+4)
ntalbott 2003-10-08 14:21

* 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.

87 lines of code changed in:

ntalbott 2003-10-03 23:35

* lib/test/unit/testsuite.rb: changed #<< to return self, and added

#delete.



* test/testunit/test_testsuite.rb: ditto. Also slightly refactored

#test_size.



* lib/test/unit/collector/objectspace.rb: collector now preserves the

hierarchy of suites.



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

8 lines of code changed in:

(3 more)

Generated by StatSVN 0.3.2-SNAPSHOT