Sha256: da3ada539afaf36176b77d2805fcbfa5185df4b7f851c901ae834d6b91992f3a

Contents?: true

Size: 408 Bytes

Versions: 23

Compression:

Stored size: 408 Bytes

Contents

require 'simplecov'
SimpleCov.start

if ENV['CI'] == 'true'
  require 'codecov'
  SimpleCov.formatter = SimpleCov::Formatter::Codecov
end

$LOAD_PATH.unshift(File.expand_path("../../", __FILE__))
require "test-unit"
require "fluent/test"
require "fluent/test/driver/output"
require "fluent/test/helpers"

Test::Unit::TestCase.include(Fluent::Test::Helpers)
Test::Unit::TestCase.extend(Fluent::Test::Helpers)

Version data entries

23 entries across 23 versions & 3 rubygems

Version Path
fluent-plugin-sumologic_output-1.10.0 test/helper.rb
fluent-plugin-sumologic_output-1.9.0 test/helper.rb
fluent-plugin-sumologic_output-1.8.0 test/helper.rb
fluent-plugin-sumologic_output-1.7.5 test/helper.rb
fluent-plugin-sumologic_output-1.7.4 test/helper.rb
fluent-plugin-sumologic_output-1.7.3 test/helper.rb
fluent-plugin-sumologic_output-1.7.2 test/helper.rb
fluent-plugin-sumologic_output-1.7.1 test/helper.rb
fluent-plugin-sumologic_output-1.7.0 test/helper.rb
fluent-plugin-tcp_output-1.0.0 test/helper.rb
fluent-plugin-tcp-output-1.0.1 test/helper.rb
fluent-plugin-tcp-output-1.0.0 test/helper.rb
fluent-plugin-sumologic_output-1.6.1 test/helper.rb
fluent-plugin-sumologic_output-1.6.0 test/helper.rb
fluent-plugin-sumologic_output-1.5.0 test/helper.rb
fluent-plugin-sumologic_output-1.4.1 test/helper.rb
fluent-plugin-sumologic_output-0.0.0 test/helper.rb
fluent-plugin-sumologic_output-1.4.0 test/helper.rb
fluent-plugin-sumologic_output-1.3.2 test/helper.rb
fluent-plugin-sumologic_output-1.3.1 test/helper.rb