assert
A simple assertion library using Go generics (by alecthomas)
be
The Go test helper for minimalists (by earthboundkid)
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
assert
Posts with mentions or reviews of assert.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-02.
-
Libraries you use most of your projects?
https://github.com/alecthomas/assert As an assertion library
- alecthomas/assert: A minimalist type-safe drop-in replacement for testify/require
be
Posts with mentions or reviews of be.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-12-16.
- New version of minimal test helper "be" with golden file support
- What libraries are missing?
-
The Go libraries that never failed us: 22 libraries you need to know
For testing, use be
- Libraries you use most of your projects?
-
Have you used generics?
I made a package like that: https://github.com/carlmjohnson/be. It’s probably my most frequent use of generics.
-
alecthomas/assert: A minimalist type-safe drop-in replacement for testify/require
I spent the last week working on one of these: https://github.com/carlmjohnson/be. Some initial thoughts I have are that the error messages basically don’t matter because if the test fails you’re going to dig into the line where the failure happens anyway.
- Minimalist generic testing helper for Go 1.18+
What are some alternatives?
When comparing assert and be you can also consider the following projects:
go-cmp - Package for comparing Go values in tests
scan - Scan provides the ability to to scan sql rows directly to any defined structure.
go-utils - Simple and performant utilies using Go generics inspired by JavaScript and Python
graph - A library for creating generic graph data structures and modifying, analyzing, and visualizing them.
pie - 🍕 Enjoy a slice! A utility library for dealing with slices and maps that focuses on type safety and performance.
imcache - A zero-dependency generic in-memory cache Go library