Documentation
¶
Index ¶
- Constants
- func Check(enums map[string]string, transform func(name, value string) string) error
- func CheckWith(enums map[string]string, ignore map[string]struct{}, ...) error
- func DashedTitleCasing(s string) string
- func EnsureDir() error
- func Extract(pkg []*packages.Package) (map[string]string, error)
- func IsExtraTestDebug() bool
- func NoError(t *testing.T, err any)
- func NoIgnore() map[string]struct{}
- func NoOverwrite() map[string]string
- func Preamble(t *testing.T)
- func ReadPkgCfg() *packages.Config
- func Write(t *testing.T, name string, content string)
- func Zap(t *testing.T) glog.Lg
Constants ¶
View Source
const ( TestWriteDebug = "GIRAFFE_TEST_WRITE_DEBUG" TestWriteDir = "/tmp/giraffe/test_debug" )
Variables ¶
This section is empty.
Functions ¶
func DashedTitleCasing ¶
func IsExtraTestDebug ¶
func IsExtraTestDebug() bool
func NoOverwrite ¶
func ReadPkgCfg ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.