From 3b4b5360255656ed30def72ec280c163f950f508 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 ++--- doc.go | 1 - 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6423d2b03..f698560b4 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://github.com/stretchr/testify/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/stretchr/testify/actions/workflows/main.yml) [![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 ------------------------------------------------------------------------------------------- diff --git a/doc.go b/doc.go index aac5ef34b..6b2994d68 100644 --- a/doc.go +++ b/doc.go @@ -1,4 +1,3 @@ -// ** 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 ** // Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend. // // testify contains the following packages: