Sha256: 1528c3ab88abd61ad5eb44b5af814c11c0075de6d3f74755eb20236d0989801d
Contents?: true
Size: 552 Bytes
Versions: 15
Compression:
Stored size: 552 Bytes
Contents
# frozen_string_literal: true require_relative "concurrent_span" module Datadog module CI # Represents a single test module. # Read here on what test module could mean: # https://docs.datadoghq.com/continuous_integration/explorer/?tab=testruns#module # This object can be shared between multiple threads. # # @public_api class TestModule < ConcurrentSpan # Finishes this test module. # @return [void] def finish test_visibility.deactivate_test_module super end end end end
Version data entries
15 entries across 15 versions & 1 rubygems