File: iter_suite_test.go

package info (click to toggle)
golang-goleveldb 0%2Bgit20160825.6ae1797-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 860 kB
  • ctags: 1,684
  • sloc: makefile: 14
file content (11 lines) | stat: -rw-r--r-- 171 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
package iterator_test

import (
	"testing"

	"github.com/syndtr/goleveldb/leveldb/testutil"
)

func TestIterator(t *testing.T) {
	testutil.RunSuite(t, "Iterator Suite")
}