DEV Community

Discussion on: Help me improve my unit tests

Collapse
 
tinsoldier6 profile image
Jason Gade

Good article, thanks!

I'm currently using Go, and I find that Table Driven Tests are pretty valuable.

You would set up the table in your Arrange section, and the Act and Assert sections would be mostly combined.