Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geertjohan/gorp-tests
temp repo containing different testing strategies for gorp
https://github.com/geertjohan/gorp-tests
Last synced: about 1 month 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-11T12:32:44.000Z (over 9 years ago)
- Last Synced: 2024-10-31T07:09:50.445Z (3 months ago)
- Language: Go
- Size: 113 KB
- Stars: 0
- Watchers: 3
- 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.