icingadb
gnomock
icingadb | gnomock | |
---|---|---|
1 | 5 | |
57 | 1,361 | |
- | - | |
9.2 | 6.9 | |
5 days ago | 26 days ago | |
Go | Go | |
GNU General Public License v3.0 only | MIT License |
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.
icingadb
-
15,000 Go Module Repositories on GitHub Vulnerable to Repojacking Attack
First off I'm not a security person. This can go deep from the mod/sum file hash managers to the commits hash managers, to the repo hash managers, to hashes and time stamps in the go binary. https://github.com/Icinga/icingadb/pull/487
gnomock
-
How to unit test your database interactions with Docker
https://github.com/orlangure/gnomock does this pretty well, but I liked your solution too, it is neat.
-
Writing tests for APIs
gnomock https://github.com/orlangure/gnomock - like testcontainers
- Python/Django to Golang questions
-
Beginner-friendly resources to learn integration tests for MongoDb based server.
Try gnomock (https://github.com/orlangure/gnomock). It creates a mongodb container with a random port which you can use from your go tests. See project readme for an example (it uses postgres but it is very similar to mongodb).
-
How to mock DB for unit tests?
You could check out Gnomock (https://github.com/orlangure/gnomock). It offers a different approach than what you asked, but maybe it'll suit your use case. It allows to easily setup a real DB like postgres in a docker container and then delete ot when tests are done.
What are some alternatives?
ginkgo - A Modern Testing Framework for Go
dockertest - Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
is - Professional lightweight testing mini-framework for Go.
twint-docker - Docker for Twint
assert - :exclamation:Basic Assertion Library used along side native go testing, with building blocks for custom assertions
GoAws - AWS (SQS/SNS) Clone for Development testing
Gauge - Light weight cross-platform test automation
go-cmp - Package for comparing Go values in tests
Testify - A toolkit with common assertions and mocks that plays nicely with the standard library
dbcleaner - Clean database for testing, inspired by database_cleaner for Ruby
go-vcr - Record and replay your HTTP interactions for fast, deterministic and accurate tests
goblin - Minimal and Beautiful Go testing framework