MCPcopy
hub / github.com/perkeep/perkeep / TestSorted_Mongo

Function TestSorted_Mongo

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

Source from the content-addressed store, hash-verified

49}
50
51func TestSorted_Mongo(t *testing.T) {
52 kv := newMongoSorted(t)
53 kvtest.TestSorted(t, kv)
54}
55
56func TestIndex_Mongo(t *testing.T) {
57 indexTest(t, newMongoSorted, indextest.Index)

Callers

nothing calls this directly

Calls 2

TestSortedFunction · 0.92
newMongoSortedFunction · 0.85

Tested by

no test coverage detected