https://github.com/geertjohan/gorp-tests
temp repo containing different testing strategies for gorp
https://github.com/geertjohan/gorp-tests
Last synced: 10 months ago
JSON representation
temp repo containing different testing strategies for gorp
- Host: GitHub
- URL: https://github.com/geertjohan/gorp-tests
- Owner: GeertJohan
- Created: 2015-07-11T12:31:18.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-11T12:32:44.000Z (almost 11 years ago)
- Last Synced: 2025-04-05T15:25:22.792Z (over 1 year ago)
- Language: Go
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo contains a very simple mock of how gorp works (dialect interface).
The goal here is to compare testing frameworks and approaches. Especially how to use context to run the same tests with different dialects.
Each folder in this repo contains a testing strategy, normally those `_test.go` files would reside in the main package.