Go Testing by Example [video]

In this web content, the author discusses their talk titled “Go Testing By Example” which they presented at GopherCon Australia. The talk initially had some technical issues, so the author re-recorded it at home and has now shared it on this platform. The author provides a list of 20 tips from the talk, including making it easy to add new test cases, using test coverage to find untested code, and writing exhaustive tests. They also mention the importance of separating test cases from test logic and looking for special cases. Additionally, the author suggests comparing against other implementations and ensuring test failures are readable. They highlight the significance of continuously improving tests and aiming for continuous deployment. No controversial or surprising information is mentioned in the content.

https://research.swtch.com/testing

To top