github.com/arieschain/arieschain@v0.0.0-20191023063405-37c074544356/core/state/main_test.go (about)

     1  package state
     2  
     3  import (
     4  	"testing"
     5  
     6  	checker "gopkg.in/check.v1"
     7  )
     8  
     9  func Test(t *testing.T) { checker.TestingT(t) }