github.com/aychain/blockbook@v0.1.1-0.20181121092459-6d1fc7e07c5b/tests/integration_test.go (about)

     1  // +build integration
     2  
     3  package tests
     4  
     5  import (
     6  	"testing"
     7  )
     8  
     9  func TestIntegration(t *testing.T) {
    10  	runIntegrationTests(t)
    11  }