github.com/df-mc/goleveldb@v1.1.9/leveldb/iterator/iter_suite_test.go (about) 1 package iterator_test 2 3 import ( 4 "testing" 5 6 "github.com/df-mc/goleveldb/leveldb/testutil" 7 ) 8 9 func TestIterator(t *testing.T) { 10 testutil.RunSuite(t, "Iterator Suite") 11 }