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