MCPcopy Create free account
hub / github.com/ariga/atlas / TestSQLite_Script

Function TestSQLite_Script

internal/integration/script_test.go:78–95  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

76}
77
78func TestSQLite_Script(t *testing.T) {
79 tt := &liteTest{T: t}
80 testscript.Run(t, testscript.Params{
81 Dir: "testdata/sqlite",
82 Setup: tt.setupScript,
83 Cmds: map[string]func(ts *testscript.TestScript, neg bool, args []string){
84 "apply": tt.cmdApply,
85 "exist": tt.cmdExist,
86 "synced": tt.cmdSynced,
87 "cmphcl": tt.cmdCmpHCL,
88 "cmpshow": tt.cmdCmpShow,
89 "cmpmig": tt.cmdCmpMig,
90 "execsql": tt.cmdExec,
91 "atlas": tt.cmdCLI,
92 "clearSchema": tt.clearSchema,
93 },
94 })
95}
96
97var keyT struct{}
98

Callers

nothing calls this directly

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected