github.phpd.cn/thought-machine/please@v12.2.0+incompatible/test/go_rules/importpath/importpath_test.go (about)

     1  package importpath_test
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/stretchr/testify/assert"
     7  
     8  	"github.com/thought-machine/please/test/go_rules/importpath"
     9  )
    10  
    11  func TestTheAnswer(t *testing.T) {
    12  	// This is a pretty silly test, but it's really about whether this compiles or not.
    13  	assert.Equal(t, 42, importpath.Answer)
    14  }