MCPcopy
hub / github.com/helm/helm / TestSQLName

Function TestSQLName

pkg/storage/driver/sql_test.go:60–65  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

58}
59
60func TestSQLName(t *testing.T) {
61 sqlDriver, _ := newTestFixtureSQL(t)
62 if sqlDriver.Name() != SQLDriverName {
63 t.Errorf("Expected name to be %s, got %s", SQLDriverName, sqlDriver.Name())
64 }
65}
66
67func TestSQLGet(t *testing.T) {
68 vers := int(1)

Callers

nothing calls this directly

Calls 2

newTestFixtureSQLFunction · 0.85
NameMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…