LearnTesting
Sean Liao edited this page Jan 22, 2022
·
5 revisions
Pages 159
Clone this wiki locally
This page links to resources about testing in Go.
- Read How to Write Go Code, especially Testing
- Study Package testing
- Read Why does Go not have assertions?
- Read Where is my favorite helper function for testing?
- Watch Testing Techniques
- Read TableDrivenTests
- Read Using Subtests and Sub-benchmarks