-
Notifications
You must be signed in to change notification settings - Fork 17.7k
LearnTesting
Sean Liao edited this page Jan 22, 2022
·
6 revisions
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