From 55099aca4c684ed79c14d7058aee1bd111b33560 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sat, 12 Mar 2016 17:47:27 -0300 Subject: [PATCH] Add testfixtures --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37439ff..a2c9a0f 100644 --- a/README.md +++ b/README.md @@ -794,6 +794,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [gospecify](https://github.com/stesla/gospecify) - This provides a BDD syntax for testing your Go code. It should be familiar to anybody who has used libraries such as rspec. * [Hamcrest](https://github.com/rdrdr/hamcrest) - fluent framework for declarative Matcher objects that, when applied to input values, produce self-describing results. * [restit](https://github.com/yookoala/restit) - A Go micro framework to help writing RESTful API integration test. + * [testfixtures](https://github.com/go-testfixtures/testfixtures) - A helper for Rails' like test fixtures to test database applications. * [Testify](https://github.com/stretchr/testify) - A sacred extension to the standard go testing package. * Mock