go-mocking
There are 5 repositories under go-mocking topic.
hedon954/go-mysql-mocker
gmm(go-mysql-mocker) is a simple but useful tool to mock mysql server in Go project, it is especially useful in unit testing. This tool uses dolthub/go-mysql-server as memory server and gorm to auto create table and init data.
Arthur199212/product-feedback-app
Technologies: Go, gin, golang-migrate/migrate, JWT, PostgreSQL, Docker compose, logrus, Heroku, GitHub Actions, Swagger, websocket.
IftekherSunny/golang_testing_by_mocking_external_dependencies
An example of golang testing by mocking external dependencies
IftekherSunny/mocking_golang_function
An example of mocking golang function
IftekherSunny/repository_testing
Golang repository testing by mocking database query