Link out to the excellent testifylint

pull/1568/head
Bracken Dawson 2024-03-07 00:13:49 +00:00
parent 632a26080f
commit bfa3ee96e3
No known key found for this signature in database
GPG Key ID: 8CB332D5A897919D
1 changed files with 1 additions and 2 deletions

View File

@ -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
-------------------------------------------------------------------------------------------