SaaSHub helps you find the best software and product alternatives Learn more →
Go-testdeep Alternatives
Similar projects and alternatives to go-testdeep
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
dockertest
Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better go-testdeep alternative or higher similarity.
go-testdeep discussion
go-testdeep reviews and mentions
Posts with mentions or reviews of go-testdeep.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-11-02.
-
Working with JSON in Go: A Comprehensive Guide
And do not forget to use go-testdeep and its JSON operator to test JSON content: :)
-
Libraries you use most of your projects?
TestDeep. I got pretty used to many of the matchers and they simplify my life now.
-
Large repo switched to new go1.19 doc comments
To see the result on a large repository, I adapted the comments of go-testdeep to fully take advantage of these new features.
-
reflect.DeepEqual return false for two identical maps of any
Check also go-testdeep → https://goplay.tools/snippet/KgoeGR1bIwT the full featured testing framework... (not related to go-test/deep)
-
Patterns for unit testing in Go?
Check go-testdeep using its operators, it is very easy to do table driven tests, see https://goplay.space/#Z91D72aH3Sc for an example
-
go-testdeep v1.11.0 released with many new features and some fixes
See https://github.com/maxatome/go-testdeep/releases/tag/v1.11.0 for changes.
-
go-testdeep v1.10.0 then v1.10.1 released with many new features!
the 1.10.0 release with many new features including a new SuperSliceOf operator (so now 62 operators!), a relaxed JSON parser, the possibility to ignore unexported struct fields, to target a specific nested field (even private), the enhancement of tdhttp HTTP API tester to check cookies, to use multipart/form-data bodies, and many other magic things…
-
Do you prefer go-convey over golang's t.Run?
And of course go-testdeep which colorizes the error reports with simple but accurate diff.
-
go-testdeep v1.9.1 released with many new features!
Links: - Github — https://github.com/maxatome/go-testdeep - Home — https://go-testdeep.zetta.rocks/ - Releases — https://github.com/maxatome/go-testdeep/releases - tdhttp the API tester — https://pkg.go.dev/github.com/maxatome/go-testdeep/helpers/tdhttp - tdsuite the testing suite — https://pkg.go.dev/github.com/maxatome/go-testdeep/helpers/tdsuite
-
A note from our sponsor - SaaSHub
www.saashub.com | 19 Jan 2025
Stats
Basic go-testdeep repo stats
11
438
6.5
5 months ago
maxatome/go-testdeep is an open source project licensed under BSD 2-clause "Simplified" License which is an OSI approved license.
The primary programming language of go-testdeep is Go.