File: options_test.go

package info (click to toggle)
golang-k8s-kube-openapi 0.0~git20241212.2c72e55-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 23,396 kB
  • sloc: sh: 50; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
package validate

import (
	"testing"
)

// This test must be synchronized to avoid issues with -race
// TODO(TEST)
func TestOptions_SetContinueOnErrors(t *testing.T) {
}