class ActiveSupport::Testing::ParallelizeExecutor

def tests_count

def tests_count
  @tests_count ||= Minitest::Runnable.runnables.sum { |runnable| runnable.runnable_methods.size }
end