2 tester - Lightweight utilities to use with Go's testing package

github.com godoc.org goreportcard.com posted by Mohamed El-Geish 2601 days ago  

Testing is an integral part of Go; the language provides strong and opinionated support for testing. However, developers who moved from languages like C#, Java, and Python miss the convenience of test utilities like assertions and data providers for data-driven tests. That's why we started Tester: lightweight test utilities to use with Go's testing package. Features:

* Assertions that make tests easier to read, write, and debug

* Streamlined data providers for data-driven testing (DDT)

* Test hooks' hygiene check

Register to comment or vote on this story