Skip to content

Commit 89352f7

Browse files
Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
README: replace Testify V2 notice with @dolmen's V2 manifesto
2 parents 7efaf15 + 2780579 commit 89352f7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
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+
> [!NOTE]
5+
> Testify is being maintained at v1, no breaking changes will be accepted in this repo.
6+
> [See discussion about v2](https://github.com/stretchr/testify/discussions/1560).
57
68
[![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)
79

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)