From the course: Go for Developers: Practical Techniques for Effective Coding
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Topics - Go Tutorial
From the course: Go for Developers: Practical Techniques for Effective Coding
Topics
- Testing in Go, as in any language, is a subject worthy of its own set of videos. To cover all topics such as benchmarking, example tests, and design patterns are unfortunately outside of the scope of this lesson. In this lesson, we'll be covering the fundamentals of testing in Go, including writing, running, and debugging tests. We'll also cover table-driven test, test helpers, and code coverage.