databricks-cli/integration/libs/telemetry/main_test.go

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
279 B
Go
Raw Normal View History

2024-12-20 06:42:22 +00:00
package telemetry_test
import (
"testing"
"github.com/databricks/cli/integration/internal"
)
// TestMain is the entrypoint executed by the test runner.
// See [internal.Main] for prerequisites for running integration tests.
func TestMain(m *testing.M) {
internal.Main(m)
}