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

Function RunScriptsWithoutNormalization

testing/go/framework.go:359–361  ·  view source on GitHub ↗

RunScriptsWithoutNormalization runs the given collection of scripts, without normalizing any rows.

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

Source from the content-addressed store, hash-verified

357
358// RunScriptsWithoutNormalization runs the given collection of scripts, without normalizing any rows.
359func RunScriptsWithoutNormalization(t *testing.T, scripts []ScriptTest) {
360 runScripts(t, scripts, false)
361}
362
363// runScripts is the implementation of both RunScripts and RunScriptsWithoutNormalization.
364func runScripts(t *testing.T, scripts []ScriptTest, normalizeRows bool) {

Callers 5

TestInFunction · 0.85
TestOperatorsFunction · 0.85
TestCoercionFunction · 0.85

Calls 1

runScriptsFunction · 0.85

Tested by 5

TestInFunction · 0.68
TestOperatorsFunction · 0.68
TestCoercionFunction · 0.68