Skip to content

Commit d370c30

Browse files
committed
link maintainer manifesto on readme instead of v2 notice
1 parent db8608e commit d370c30

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Testify - Thou Shalt Write Tests
22
================================
33

4-
ℹ️ 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
4+
Notice about Testify V2:
5+
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).
56

67
[![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)
78

@@ -21,8 +22,6 @@ Get started:
2122
* To make your testing life easier, check out our other project, [gorc](https://github.com/stretchr/gorc)
2223
* A little about [Test-Driven Development (TDD)](https://en.wikipedia.org/wiki/Test-driven_development)
2324

24-
25-
2625
[`assert`](https://pkg.go.dev/github.com/stretchr/testify/assert "API documentation") package
2726
-------------------------------------------------------------------------------------------
2827

doc.go

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// ** 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 **
21
// Package testify is a set of packages that provide many tools for testifying that your code will behave as you intend.
32
//
43
// testify contains the following packages:

0 commit comments

Comments
 (0)