# File lib/deep_test/spec/runner.rb, line 4
 4:       def initialize(options, deep_test_options, blackboard = nil)
 5:         super(options)
 6:         @deep_test_options = DeepTest::Options.from_command_line(deep_test_options)
 7:         DeepTest.init(@deep_test_options)
 8:         @blackboard = blackboard
 9:         @workers = @deep_test_options.new_workers
10:       end