Versions in this module Expand all Collapse all v0 v0.0.7 Dec 19, 2018 Changes in this version + func Run(t *testing.T, tests []Test, testingOptions *Options) + type Options struct + EnvSetupFunc *func(*testing.T, corelib.Env) + type Test struct + EnvSetupFunc *func(*testing.T, corelib.Env) + Input map[string]interface{} + Output map[string]interface{} + ParseError error + ParseErrorFunc *func(*testing.T, error) + RunError error + RunErrorFunc *func(*testing.T, error) + RunOutput interface{} + Script string + Types map[string]interface{}