mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
* test/runner.rb: remove dependency test-unit and minitest
from stdlib when running with test-all. [Feature #9711][ruby-core:61890] * test/testunit/*.rb: ditto. * test/lib: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c466dcc05b
commit
f8c6a5dc02
23 changed files with 4899 additions and 4 deletions
|
@ -2,10 +2,9 @@ require 'test/unit'
|
|||
require 'timeout'
|
||||
|
||||
module TestParallel
|
||||
PARALLEL_RB = "#{File.dirname(__FILE__)}/../../lib/test/unit/parallel.rb"
|
||||
PARALLEL_RB = "#{File.dirname(__FILE__)}/../lib/test/unit/parallel.rb"
|
||||
TESTS = "#{File.dirname(__FILE__)}/tests_for_parallel"
|
||||
|
||||
|
||||
class TestParallelWorker < Test::Unit::TestCase
|
||||
def setup
|
||||
i, @worker_in = IO.pipe
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue