| Commit message (Expand) | Author | Age | Files | Lines |
* | * bin/testrb: Use only Test::Unit::AutoRunner in test-unit gem | kou | 2012-11-03 | 1 | -0/+7 |
* | * lib/test/unit.rb (_run_parallel): Delete status line before showing | sorah | 2012-11-02 | 1 | -4/+9 |
* | * lib/test/unit/test-unit.gemspec: Make test/unit default gem. | kou | 2012-08-31 | 1 | -0/+14 |
* | * test/unit/test.rb (Test::Unit::ProxyError): new exception class to | usa | 2012-08-21 | 2 | -1/+10 |
* | * lib/test/unit.rb, lib/test/unit/parallel.rb: | sorah | 2012-08-20 | 2 | -6/+5 |
* | * lib/test/unit.rb (Test::Unit::Runner#failed): need to delete the | usa | 2012-08-15 | 1 | -1/+4 |
* | * lib/test/unit/testcase.rb(method_added): refactoring. | sorah | 2012-07-21 | 1 | -8/+6 |
* | * lib/test/unit.rb: warn when test_* method is redefined. | sorah | 2012-07-21 | 1 | -0/+11 |
* | test/unit.rb: use uniq! | nobu | 2012-07-14 | 1 | -6/+1 |
* | test/unit.rb: extract deal | nobu | 2012-07-14 | 1 | -63/+48 |
* | test/unit.rb: extract quit_workers | nobu | 2012-07-14 | 1 | -28/+35 |
* | test/unit.rb: extract delete_worker | nobu | 2012-07-14 | 1 | -3/+7 |
* | test/unit.rb: launch_worker to manage new worker | nobu | 2012-07-14 | 1 | -10/+9 |
* | test/unit.rb: extract launch_worker | nobu | 2012-07-14 | 1 | -15/+15 |
* | test/unit.rb: extract start_watchdog | nobu | 2012-07-14 | 1 | -14/+17 |
* | test/unit.rb: _run_parallel | nobu | 2012-07-14 | 1 | -11/+11 |
* | test: dots from a worker | nobu | 2012-07-12 | 1 | -1/+1 |
* | test: unnecessary job_status | nobu | 2012-07-12 | 1 | -1/+0 |
* | test: separate each outputs | nobu | 2012-07-12 | 1 | -1/+4 |
* | suppress warning | nobu | 2012-07-07 | 1 | -1/+1 |
* | Undef on_parallel_worker? before redefine. | naruse | 2012-07-03 | 1 | -0/+1 |
* | * lib/test/unit/parallel.rb: workaround fix for rubygems. | naruse | 2012-06-28 | 1 | -0/+4 |
* | lib/test/unit.rb: show file count in parallel mode | nobu | 2012-06-22 | 1 | -2/+9 |
* | lib/test/unit.rb: initialize ivar | nobu | 2012-06-22 | 1 | -0/+1 |
* | lib/test/unit.rb: workers sudden-death | nobu | 2012-06-20 | 1 | -1/+1 |
* | lib/test/unit/parallel.rb: new method to report to the parent | nobu | 2012-06-19 | 1 | -10/+15 |
* | test: reduce unnecessary output | nobu | 2012-06-16 | 1 | -1/+1 |
* | test: reduce unnecessary output | nobu | 2012-06-16 | 1 | -3/+4 |
* | test: reduce unnecessary output | nobu | 2012-06-16 | 1 | -8/+11 |
* | lib/test/unit.rb: format workers results in the parent | nobu | 2012-06-15 | 1 | -1/+3 |
* | lib/test/unit: refactoring puke | nobu | 2012-06-15 | 2 | -17/+15 |
* | Revert r35576 "lib/test/unit.rb: refactoring puke" | nobu | 2012-06-15 | 1 | -7/+15 |
* | test: TEST_COLORS | nobu | 2012-06-15 | 1 | -1/+1 |
* | test: skipped color | nobu | 2012-06-15 | 1 | -3/+9 |
* | test: TEST_COLORS | nobu | 2012-06-15 | 1 | -3/+5 |
* | win32: VT100 escape | nobu | 2012-06-04 | 1 | -1/+0 |
* | lib/test/unit.rb: split platform condition | nobu | 2012-05-30 | 1 | -1/+2 |
* | StatusLineOutput needs job_status to be :replace | nobu | 2012-05-28 | 1 | -0/+1 |
* | fix operator precedence | nobu | 2012-05-27 | 1 | -1/+1 |
* | lib/test/unit.rb: not override job_status option | nobu | 2012-05-21 | 1 | -1/+1 |
* | lib/test/unit.rb: simple ouput if verbose | nobu | 2012-05-21 | 1 | -2/+3 |
* | lib/test/unit.rb: not overwrite options itself | nobu | 2012-05-20 | 1 | -1/+1 |
* | lib/test/unit.rb: --color option | nobu | 2012-05-15 | 1 | -14/+30 |
* | lib/test/unit.rb: no unnecessary newlines | nobu | 2012-05-11 | 1 | -2/+5 |
* | lib/test/unit.rb: remove exact trace | nobu | 2012-05-08 | 1 | -1/+2 |
* | tests: customizable colors | nobu | 2012-05-08 | 1 | -1/+1 |
* | lib/test/unit.rb: old behavior if verbose | nobu | 2012-05-08 | 1 | -2/+2 |
* | lib/test/unit.rb: initialize instace variable | nobu | 2012-05-07 | 1 | -1/+1 |
* | lib/test/unit.rb: use local output | nobu | 2012-05-07 | 1 | -1/+5 |
* | lib/test/unit.rb: test name in $0 | nobu | 2012-05-07 | 1 | -0/+11 |