github.com/bchainhub/blockbook@v0.3.2/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  }