From 551ad2f3b0135b25b07b6f9ebe74d96964002cd0 Mon Sep 17 00:00:00 2001 From: Yad Smood Date: Wed, 30 Mar 2022 16:09:48 +0800 Subject: [PATCH] add ysmood/got package (#4127) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dbb9ce9b..13caaed4 100644 --- a/README.md +++ b/README.md @@ -2121,6 +2121,7 @@ _Libraries for testing codebases and generating test data._ - [GoSpec](https://github.com/orfjackal/gospec) - BDD-style testing framework for the Go programming language. - [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. - [gosuite](https://github.com/pavlo/gosuite) - Brings lightweight test suites with setup/teardown facilities to `testing` by leveraging Go1.7's Subtests. + - [got](https://github.com/ysmood/got) - An enjoyable golang test framework. - [gotest.tools](https://github.com/gotestyourself/gotest.tools) - A collection of packages to augment the go testing package and support common patterns. - [Hamcrest](https://github.com/rdrdr/hamcrest) - fluent framework for declarative Matcher objects that, when applied to input values, produce self-describing results. - [httpexpect](https://github.com/gavv/httpexpect) - Concise, declarative, and easy to use end-to-end HTTP and REST API testing.