github.com/nya3jp/tast@v0.0.0-20230601000426-85c8e4d83a9b/src/go.chromium.org/tast/core/internal/testingutil/doc.go (about) 1 // Copyright 2019 The ChromiumOS Authors 2 // Use of this source code is governed by a BSD-style license that can be 3 // found in the LICENSE file. 4 5 // Package testingutil is a kitchen sink of utilities shared by Tast tests and 6 // Tast framework. 7 // 8 // TODO(crbug.com/1019099): Reorganize utilities. 9 package testingutil