Testing in Go: philosophy and tools
Testing in Go: philosophy and tools
Posted May 26, 2020 22:57 UTC (Tue) by cyphar (subscriber, #110703)In reply to: Testing in Go: philosophy and tools by Cyberax
Parent article: Testing in Go: philosophy and tools
While it isn't ideal, I did manage to implement coverage testing of integration tests for a moderately sized project in Go -- I even wrote a blog post about it[1]. Yes, you do have some boilerplate to put inside a TestXxx() function in order to get it to work, but that's a fairly fixed cost.
[1]: https://www.cyphar.com/blog/post/20170412-golang-integrat...
