Auto-Run Tests

Get into testing mode by telling GoLand to automatically re-run tests as you type.

Test-driven development (TDD) means always run your tests.

GoLand makes that easy by automatically running tests after a small period of wait time.

You can also configure the wait time to suit your style.


Related Resources

Spot Coverage Gaps Using the Gutter
Spot Coverage Gaps Using the Gutter
Let the IDE help you spot coverage gaps in your testing.
Change the editor font size using the mouse wheel
Change the editor font size using the mouse wheel
Increase or decrease the font size on-the-fly
How to Use Mock Testing in Go
How to Use Mock Testing in Go
Mocking & Rocking - Power Up Your Go Testing.