github.com/chadouming/blockbook@v0.0.0-20230522201718-fae8f5aff8a3/tests/integration_test.go (about)

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