https://github.com/dogukanayd/handling-database-go-unit-test
https://medium.com/insiderengineering/how-to-write-unit-test-with-golang-without-mocking-database-a07fb1426586
https://github.com/dogukanayd/handling-database-go-unit-test
Last synced: 3 months ago
JSON representation
https://medium.com/insiderengineering/how-to-write-unit-test-with-golang-without-mocking-database-a07fb1426586
- Host: GitHub
- URL: https://github.com/dogukanayd/handling-database-go-unit-test
- Owner: dogukanayd
- Created: 2020-08-16T18:00:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-24T00:10:22.000Z (almost 5 years ago)
- Last Synced: 2025-01-27T21:14:29.420Z (5 months ago)
- Language: Go
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository has been created for the examples in the article on the link;
[Medium]: (https://medium.com/insiderengineering/how-to-write-unit-test-with-golang-without-mocking-database-a07fb1426586)