Documentation ¶
Overview ¶
Package testing is a helper package for test packages in the CUE project. As such it should only be imported in _test.go files.
Index ¶
Constants ¶
View Source
const DefaultVersion = "v2"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type M ¶
type M struct { // Flags is public to allow tests to customise e.g. logging. Flags cuedebug.Config // contains filtered or unexported fields }
M represents a point in the evaluation matrix of possible runtime configurations.
func (*M) CueContext ¶ added in v0.11.0
func (*M) TODO_NoSharing ¶
func (*M) TODO_Sharing ¶
type Matrix ¶
type Matrix []M
var DefaultOnlyMatrix Matrix = FullMatrix[:1]
var DevOnlyMatrix Matrix = FullMatrix[1:2]
var SmallMatrix Matrix = FullMatrix[:2]
Click to show internal directories.
Click to hide internal directories.