github.com/sercand/please@v13.4.0+incompatible/test/go_rules/single_test.go (about)

     1  package whatever
     2  
     3  import "testing"
     4  
     5  func Test1(t *testing.T) {
     6  	t.Fail()
     7  }
     8  
     9  func Test2(t *testing.T) {
    10  }