github.com/sercand/please@v13.4.0+incompatible/test/go_provider/example/example_test.go (about)

     1  package example
     2  
     3  import (
     4  	"testing"
     5  )
     6  
     7  func TestAnswer(t *testing.T) {
     8  	if GetAnswer() != 42 {
     9  		t.Fail()
    10  	}
    11  }