Skip to content

Commit

Permalink
Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
Browse files Browse the repository at this point in the history
README: replace Testify V2 notice with @dolmen's V2 manifesto
  • Loading branch information
brackendawson authored Oct 26, 2024
2 parents 7efaf15 + 2780579 commit 89352f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
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
> [!NOTE]
> Testify is being maintained at v1, no breaking changes will be accepted in this repo.
> [See discussion about v2](https://github.com/stretchr/testify/discussions/1560).
[![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)

Expand Down
1 change: 0 additions & 1 deletion doc.go
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 89352f7

Please sign in to comment.