From b48f25e0cdd684921cce26c805f93b345f0c5120 Mon Sep 17 00:00:00 2001 From: "hendry.wiranto" Date: Sun, 10 Dec 2023 14:36:49 +0700 Subject: [PATCH] link maintainer manifesto on readme instead of v2 notice --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd9298030..9ee8fe273 100644 --- a/README.md +++ b/README.md @@ -1,7 +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 +Notice about Testify V2: +It won't happen due to various reasons. You can read more about it on the maintainer's manifesto [here](https://github.com/stretchr/testify/issues/1089#issuecomment-1812734472). [![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) [![PkgGoDev](https://pkg.go.dev/badge/github.com/stretchr/testify)](https://pkg.go.dev/github.com/stretchr/testify) @@ -21,8 +22,6 @@ Get started: * To make your testing life easier, check out our other project, [gorc](https://github.com/stretchr/gorc) * A little about [Test-Driven Development (TDD)](https://en.wikipedia.org/wiki/Test-driven_development) - - [`assert`](https://pkg.go.dev/github.com/stretchr/testify/assert "API documentation") package -------------------------------------------------------------------------------------------