File: iter_suite_test.go

package info (click to toggle)
golang-goleveldb 0.0~git20170725.0.b89cc31-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports
  • size: 832 kB
  • sloc: makefile: 5
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")
}