unit testing - How to disable AutoTest in GogLand? -


i'm writing go tdd using gogland , somehow accidently enable autotest feature. after writing code few seconds, test run automatically distract me lot. after searching on internet not find solution yet.

what can adjust @ moment "set autotest delay" 10 seconds want disable , run manually. there way , how that?

thank in advance.

toggle auto-test button placed on run tool window right under rerun failed tests action. disabling disables auto-testing completely.

toggle auto-test


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -