spicydog
spicydog

Reputation: 1714

How to disable AutoTest in GogLand?

I'm writing Go with TDD using GogLand and somehow accidently enable AutoTest feature. After writing the code for a few seconds, the test run automatically which distract me a lot. After searching on the Internet I could not find the solution yet.

What I can adjust at the moment is "Set AutoTest Delay" to 10 seconds but I want to disable completely and run manually. Is there any way and how to do that?

Thank you in advance.

Upvotes: 1

Views: 632

Answers (1)

Alexander Zolotov
Alexander Zolotov

Reputation: 714

Toggle auto-test button is placed on Run tool window right under Rerun Failed Tests action. Disabling it disables auto-testing completely.

Toggle auto-test

Upvotes: 5

Related Questions