bmuschko / go-testing-frameworksLinks
Demonstrates the use of different test frameworks for Go code.
☆71Updated 6 years ago
Alternatives and similar repositories for go-testing-frameworks
Users that are interested in go-testing-frameworks are comparing it to the libraries listed below
Sorting:
- BDD framework☆126Updated 3 weeks ago
- Cache Slow Database Queries☆143Updated 4 years ago
- Go's Tooling Cheat Sheet☆171Updated 5 years ago
- Accurate Code Coverage reporting for Golang (Go)☆220Updated 7 months ago
- Logur is an opinionated collection of logging best practices☆205Updated 6 months ago
- Go struct validation☆59Updated 5 years ago
- An simple, easily extensible and concurrent health-check library for Go services☆274Updated last year
- Experiments with Go generics☆100Updated 3 years ago
- 🐺 Easy, fast and type-safe dependency injection for Go.☆189Updated last year
- Integration testing in Go with Docker☆112Updated 3 months ago
- https://the-zen-of-go.netlify.com☆247Updated 5 years ago
- Generate readme file from Go doc. Now available as a Github action!☆219Updated 9 months ago
- Transform Go code into it's AST☆123Updated 5 years ago
- Lightweight HTTP mocking in Go (aka golang)☆81Updated last year
- Check that no globals are present in Go code.☆119Updated 2 months ago
- A Go test assertion library for verifying that two representations of JSON are semantically equal☆138Updated 10 months ago
- testcase is an opinionated testing framework to support test driven design.☆123Updated this week
- golang : go tool cover to XML (Cobertura) export tool.☆132Updated 9 months ago
- An example project showcasing how Ardan Labs writes integration tests☆117Updated 4 years ago
- The Emperor takes care of all errors personally☆359Updated 4 years ago
- A Go library for collecting sql.DBStats in Prometheus format☆183Updated 4 years ago
- Cheat Sheet for Go Slice Tricks☆175Updated 2 years ago
- Check that no init functions are present in Go code.☆42Updated 4 years ago
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆215Updated last year
- Magic number detector for Go.☆201Updated last year
- A Go library for validating structs, maps and slices.☆229Updated 9 months ago
- Pretty prints slices to any io.Writer: I created this package to teach slices in my Go course.☆68Updated 6 years ago
- Go package pointer provides helpers to get pointers to values of built-in types.☆225Updated 2 years ago
- GoThanks automatically stars Go's official repository and your go.mod github dependencies, providing a simple way to say thanks to the m…☆128Updated 2 years ago
- This repo contains examples and implementations of different types of GRPC services and APIs using Golang.