Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 766 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 766 Bytes

Episode 011 Testify

The second Go episode of the Testing All The Things Screencast.

In this video we start looking at some of the tools available to extending the built in testing functionality of Go During this episode we use TDD (Test Driven Development) to drive out the implementation a Stack (Abstract Data Type) in Go using the Testify toolkit.

The Jetbrains Goland IDE template gists can be found here:

Episode 011 Testify