github.com/nya3jp/tast@v0.0.0-20230601000426-85c8e4d83a9b/src/go.chromium.org/tast/core/internal/testing/const.go (about) 1 // Copyright 2021 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 testing 6 7 // TestDidNotRunMsg is the error message for when a test failed before it started. 8 // This is a magic string that tast.py treats as a NOT_RUN status. 9 const TestDidNotRunMsg = "Test did not run"