MCPcopy Create free account
hub / github.com/cloudflare/cfssl / TestPostgreSQL

Function TestPostgreSQL

certdb/sql/sql_pq_test.go:12–19  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

10)
11
12func TestPostgreSQL(t *testing.T) {
13 db := testdb.PostgreSQLDB()
14 ta := TestAccessor{
15 Accessor: NewAccessor(db),
16 DB: db,
17 }
18 testEverything(ta, t)
19}

Callers

nothing calls this directly

Calls 3

PostgreSQLDBFunction · 0.92
NewAccessorFunction · 0.85
testEverythingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…