Skip to content

README: clarify what's being linked #1114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

stevenpitts
Copy link

Summary

Clarify that the link in question points to the default testing framework, not testify.

Changes

Add clause using its default testing framework

Motivation

It wasn't immediately clear to me that the link in question was bringing me to a different testing library's documentation.

It wasn't immediately clear to me that the link in question was bringing me to a *different* testing library's documentation. Clarify that.
@dolmen dolmen changed the title Clarify what's being linked README: clarify what's being linked Jun 2, 2025
Copy link
Collaborator

@dolmen dolmen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs more work.

@@ -16,7 +16,7 @@ Features include:
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
* For an introduction to writing test code in Go using its default testing framework, see https://go.dev/doc/code#Testing
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that the wording is that much better. Because in fact knowing the testing framework is requirement to be able to use Testify. So this is not about testing being the default but being the base framework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants