gnomock
Test your code without writing mocks with ephemeral Docker containers 📦 Setup popular services with just a couple lines of code ⏱️ No bash, no yaml, only code 💻 (by orlangure)
testing-go-code-with-postgres
The example suggests a solution to the problem of cleaning the database after running tests and the problem of running tests in parallel. It also shows how to organize integration testing of Go code with Postgres. (by xorcare)
gnomock | testing-go-code-with-postgres | |
---|---|---|
5 | - | |
1,463 | 25 | |
1.4% | - | |
7.9 | 7.0 | |
4 days ago | 5 days ago | |
Go | Go | |
MIT License | BSD 3-clause "New" or "Revised" License |
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.
gnomock
Posts with mentions or reviews of gnomock.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-24.
-
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.
testing-go-code-with-postgres
Posts with mentions or reviews of testing-go-code-with-postgres.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning testing-go-code-with-postgres yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing gnomock and testing-go-code-with-postgres you can also consider the following projects:
dockertest - Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
go-testpredicate - Unit-testing predicates for Go.
is - Professional lightweight testing mini-framework for Go.
gokka - A small Go mocking library powered by Cue
assert - :exclamation:Basic Assertion Library used along side native go testing, with building blocks for custom assertions
gomock - GoMock is a mocking framework for the Go programming language.