From 38a7ed3d851df444201c76f396e3fbfd0cb73116 Mon Sep 17 00:00:00 2001 From: Boyan Soubachov <20902194+boyan-soubachov@users.noreply.github.com> Date: Fri, 17 Jul 2020 08:11:02 +1000 Subject: [PATCH] Added testify v2 feedback form link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 74b3191..85eb23d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Testify - Thou Shalt Write Tests ================================ +ℹ️ We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: https://cutt.ly/testify + [![Build Status](https://travis-ci.org/stretchr/testify.svg)](https://travis-ci.org/stretchr/testify) [![Go Report Card](https://goreportcard.com/badge/github.com/stretchr/testify)](https://goreportcard.com/report/github.com/stretchr/testify) [![GoDoc](https://godoc.org/github.com/stretchr/testify?status.svg)](https://godoc.org/github.com/stretchr/testify) Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend.