Completion for Testify Test Names

Let your IDE add constructor arguments to your instance.

Type Run and the IDE will suggest suite. Run as a completion option. When you select that, the IDE will automatically complete the line to suite.Run(t, |). You can then start typing the testify suite name at the caret position, |


Related Resources

Detect Incorrect Usages of t/b.Fatal* Calls in Goroutines
Detect Incorrect Usages of t/b.Fatal* Calls in Goroutines
Find if tests or benchmarks are using t/b.Fatal* calls inside goroutines incorrectly
Live Template to Create a for Loop
Live Template to Create a for Loop
Benchmark loops are repetitive, so let the IDE handle this for you.
Live Template to Write Benchmark Functions
Live Template to Write Benchmark Functions
Write benchmarks quicker thanks to the builtin bench live template.