SaaSHub helps you find the best software and product alternatives Learn more →
Gnomock Alternatives
Similar projects and alternatives to gnomock
-
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
assert
:exclamation:Basic Assertion Library used along side native go testing, with building blocks for custom assertions (by go-playground)
-
-
-
-
Testify
A toolkit with common assertions and mocks that plays nicely with the standard library
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
-
dockertest
Write better integration tests! Dockertest helps you boot up ephermal docker images for your Go tests with minimal work.
-
goworker
goworker is a Go-based background worker that runs 10 to 100,000* times faster than Ruby-based workers.
-
go-vcr
Record and replay your HTTP interactions for fast, deterministic and accurate tests
-
-
-
-
vcr
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
-
-
-
go-template
go/template is a tool for jumpstarting production-ready Golang projects quickly.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
gnomock reviews and mentions
-
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.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f160d006840>
www.saashub.com | 31 Mar 2023
Stats
orlangure/gnomock is an open source project licensed under MIT License which is an OSI approved license.