MCPcopy
hub / github.com/perkeep/perkeep / TestSorted_MySQL

Function TestSorted_MySQL

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

TestSortedFunction · 0.92
newMySQLSortedFunction · 0.85

Tested by

no test coverage detected