MCPcopy Create free account
hub / github.com/dolthub/doltgresql / RunScripts

Function RunScripts

testing/go/framework.go:354–356  ·  view source on GitHub ↗

RunScripts runs the given collection of scripts. This normalizes all rows before comparing them.

(t *testing.T, scripts []ScriptTest)

Source from the content-addressed store, hash-verified

352
353// RunScripts runs the given collection of scripts. This normalizes all rows before comparing them.
354func RunScripts(t *testing.T, scripts []ScriptTest) {
355 runScripts(t, scripts, true)
356}
357
358// RunScriptsWithoutNormalization runs the given collection of scripts, without normalizing any rows.
359func RunScriptsWithoutNormalization(t *testing.T, scripts []ScriptTest) {

Callers 15

TestRegressionsFunction · 0.70
TestTypesFunction · 0.70
TestSameTypesFunction · 0.70
TestEnumTypesFunction · 0.70
TestShellTypesFunction · 0.70
TestDropProcedureFunction · 0.70
TestDropDatabaseFunction · 0.70
TestCreateDatabaseFunction · 0.70
TestBinaryLogicFunction · 0.70
TestSubscriptFunction · 0.70
TestCoalesceFunction · 0.70

Calls 1

runScriptsFunction · 0.85

Tested by 15

TestRegressionsFunction · 0.56
TestTypesFunction · 0.56
TestSameTypesFunction · 0.56
TestEnumTypesFunction · 0.56
TestShellTypesFunction · 0.56
TestDropProcedureFunction · 0.56
TestDropDatabaseFunction · 0.56
TestCreateDatabaseFunction · 0.56
TestBinaryLogicFunction · 0.56
TestSubscriptFunction · 0.56
TestCoalesceFunction · 0.56