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: 10 months ago
JSON representation

temp repo containing different testing strategies for gorp

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.