assert
be
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
-
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
- 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?
go-cmp - Package for comparing Go values in tests
scan - Scan provides the ability to to scan sql rows directly to any defined structure.
genfuncs - Go 1.18+ polymorphic generic containers and functions.
graph - A library for creating generic graph data structures and modifying, analyzing, and visualizing them.
go-utils - Simple and performant utilies using Go generics inspired by JavaScript and Python
GoAws - AWS (SQS/SNS) Clone for Development testing
backoff - ⏱ The exponential backoff algorithm in Go
requests - HTTP requests for Gophers
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
pretty - Pretty printing for Go values
gonum - Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more