douyi6755 2019-03-11 15:33
浏览 190
已采纳

如何强制Goland每次运行测试?

If no code changes have been made since the last time a test suite was run in Goland 2018.3, and the last test run completed successfully, Goland simply spits out the last set of results instead of actually executing the code. I need to be able to run the tests on demand as part of a demo without having to make and revert a minor code change each time to get it to cooperate. Using Testify for asserts, not sure if that's relevant to the issue I'm seeing.

  • 写回答

1条回答 默认 最新

  • drsw9390405 2019-03-12 05:21
    关注

    This is related to the Go 1.10+ caching support for tests. You can read more about it here.

    If you wish to disable the caching support in Go, you should run the test command with -count=1 flag. To do the same via GoLand, go to Run | Edit Configurations... | Go Test | <name of your test configuration> | Go tool arguments and add -count=1 as a parameter there, then run the configuration again.

    If you want to disable this for all future generated Run Configurations, then follow the same steps as above but go to Edit Configurations... | Default | Go Test instead.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥30 这是哪个作者做的宝宝起名网站
  • ¥60 版本过低apk如何修改可以兼容新的安卓系统
  • ¥25 由IPR导致的DRIVER_POWER_STATE_FAILURE蓝屏
  • ¥50 有数据,怎么建立模型求影响全要素生产率的因素
  • ¥50 有数据,怎么用matlab求全要素生产率
  • ¥15 TI的insta-spin例程
  • ¥15 完成下列问题完成下列问题
  • ¥15 C#算法问题, 不知道怎么处理这个数据的转换
  • ¥15 YoloV5 第三方库的版本对照问题
  • ¥15 请完成下列相关问题!