Go In 5 Minutes Screencast on subtests in Go 1.7 Unit Tests

Hey All,

Go In 5 Minutes Episode 16 is up at https://www.goin5minutes.com/screencast/episode_16_nested_tests/.

It’s all about using Subtests in Go 1.7’s testing package. Subtests are a super powerful addition that was explained recently on the official Go blog. The screencast shows how to use subtests for simple setup/teardown, table-driven tests and powerful concurrency testing (these kinds of tests can be really powerful along with the race detector!)

Also, special thanks to Minio for sponsoring this episode!

Enjoy!

5 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.