MCPcopy
hub / github.com/perkeep/perkeep / TestSorted_Postgres

Function TestSorted_Postgres

pkg/index/postgres_test.go:54–57  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

52}
53
54func TestSorted_Postgres(t *testing.T) {
55 kv := newPostgresSorted(t)
56 kvtest.TestSorted(t, kv)
57}
58
59func TestIndex_Postgres(t *testing.T) {
60 indexTest(t, newPostgresSorted, indextest.Index)

Callers

nothing calls this directly

Calls 2

TestSortedFunction · 0.92
newPostgresSortedFunction · 0.85

Tested by

no test coverage detected