Add fergusstrange/embedded-postgres (#2850)

This commit is contained in:
Fergus Strange 2019-12-16 01:33:01 +11:00 committed by Bo-Yi Wu
parent 1a0f25bcb6
commit 08383e5513

View File

@ -1529,6 +1529,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [cupaloy](https://github.com/bradleyjkemp/cupaloy) - Simple snapshot testing addon for your test framework.
* [dbcleaner](https://github.com/khaiql/dbcleaner) - Clean database for testing purpose, inspired by `database_cleaner` in Ruby.
* [dsunit](https://github.com/viant/dsunit) - Datastore testing for SQL, NoSQL, structured files.
* [embedded-postgres](https://github.com/fergusstrange/embedded-postgres) - Run a real Postgres database locally on Linux, OSX or Windows as part of another Go application or test.
* [endly](https://github.com/viant/endly) - Declarative end to end functional testing.
* [flute](https://github.com/suzuki-shunsuke/flute) - HTTP client testing framework.
* [frisby](https://github.com/verdverm/frisby) - REST API testing framework.