Anton Telyshev

Results 96 comments of Anton Telyshev

Hi, @ArtAndreev! Thank you for request. Do you mean [CONTRIBUTING.md#suite-run](https://github.com/Antonboom/testifylint/blob/master/CONTRIBUTING.md#suite-run)? Could you provide the concrete example this concrete problems? 🙏 P.S. Why `s.T()` just not return trimmed interface? 🤔 Maybe...

1. https://github.com/stretchr/testify/issues/1139 2. https://github.com/stretchr/testify/issues/889 3. https://github.com/stretchr/testify/pull/510 4. https://gophers.slack.com/archives/C92321HDJ/p1628032842014900?thread_ts=1627781651.013900&cid=C92321HDJ

Hi! Thank you for feedback. Related to https://github.com/Antonboom/testifylint/blob/master/CONTRIBUTING.md#error-compare

@brackendawson, hi! I found that the pattern ```go s.T().Run("subtest", func(t *testing.T) { t.Parallel() }) ``` works fine ([test](https://github.com/Antonboom/testifylint/blob/e6e8e8c0f4e44b2158c0cdd8161fb2ec7c939581/analyzer/testdata/src/debug/suite_broken_parallel_test.go#L121)). But this is incompatible with any `s.Run` in the same test and...

@daikidev111, how is it going? :) Pay attention that `github.com/golang/mock` is archived and moved under Uber support (`github.com/uber-go/mock`).