Versions in this module Expand all Collapse all v0 v0.0.1 Mar 21, 2021 Changes in this version + const ExpectFile1 + const ExpectFile2 + const ExpectFileMode + var ExpectFileDate = time.Date(2020, 03, 01, 05, 12, 36, 926074319, time.UTC) + func GetProjectFileHome() string + func GetTestFileHome() string + func GetTestFilePath(filepath string) (string, error) + func LoadTestFile(filepath string) ([]byte, error) + func RandBytes(t *testing.T) []byte + func RandString(t *testing.T) string + func RandStrings(t *testing.T) []string + type YAMLTestData struct + Meta map[string]string + Test map[string]string + func LoadTestYAMLData(filepath string) (*YAMLTestData, error)