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, |