github.com/lfch/etcd-io/tests/v3@v3.0.0-20221004140520-eac99acd3e9d/integration/clientv3/main_test.go (about)

     1  // Copyright 2013 The Go Authors. All rights reserved.
     2  // Use of this source code is governed by a BSD-style
     3  // license that can be found in the LICENSE file.
     4  
     5  package clientv3test
     6  
     7  import (
     8  	"testing"
     9  
    10  	"github.com/lfch/etcd-io/client/pkg/v3/testutil"
    11  )
    12  
    13  func TestMain(m *testing.M) {
    14  	testutil.MustTestMainWithLeakDetection(m)
    15  }