From bfa3ee96e327ac214f99f199e56ad411101b5b2e Mon Sep 17 00:00:00 2001 From: Bracken Dawson Date: Thu, 7 Mar 2024 00:13:49 +0000 Subject: [PATCH] Link out to the excellent testifylint --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index edb260a..268bfdd 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,9 @@ Get started: * Install testify with [one line of code](#installation), or [update it with another](#staying-up-to-date) * For an introduction to writing test code in Go, see https://go.dev/doc/code#Testing * Check out the API Documentation https://pkg.go.dev/github.com/stretchr/testify + * Use [testifylint](https://github.com/Antonboom/testifylint) to avoid common mistakes * 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 -------------------------------------------------------------------------------------------