Versions in this module Expand all Collapse all v1 v1.1.3 Jan 20, 2025 v1.1.2 Jan 20, 2025 Changes in this version + func CheckError(err error, expected bool, msg string) error + func CreateTestFiles(appFs afero.Fs, files map[string]string) error + func GetEnv(key string, defaultValue string) string + func ParseMetricFamilies(content io.Reader) (map[string]*ioprometheusclient.MetricFamily, error) + func ReadBytecode(contractPath string) (string, error) + func WaitUntil(t *testing.T, wg *sync.WaitGroup, timeout time.Duration)