is
Professional lightweight testing mini-framework for Go
Is is a lightweight testing mini-framework for Go that extends the standard testing package with a simple assertion-style API. It focuses on making tests easier to write, easier to read, and easier to debug when they fail. The framework provides a small set of common helpers such as equality checks, truth checks, error checks, and explicit failures. It also uses comments beside assertions as failure descriptions, so test output can explain what was expected. The project avoids heavy...