github.com/decred/dcrlnd@v0.7.6/contractcourt/setup_test.go (about)

     1  package contractcourt
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/decred/dcrlnd/kvdb"
     7  )
     8  
     9  func TestMain(m *testing.M) {
    10  	kvdb.RunTests(m)
    11  }