...

Source file src/github.com/syndtr/goleveldb/leveldb/table/table_suite_test.go

Documentation: github.com/syndtr/goleveldb/leveldb/table

     1  package table
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/syndtr/goleveldb/leveldb/testutil"
     7  )
     8  
     9  func TestTable(t *testing.T) {
    10  	testutil.RunSuite(t, "Table Suite")
    11  }
    12  

View as plain text