github.com/dawnbass68/maddcash@v0.0.0-20201001105353-c91c12cb36e5/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 }