-
Notifications
You must be signed in to change notification settings - Fork 17.8k
LearnTesting
Sameer Ajmani edited this page Jan 9, 2015
·
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