We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've attached a tarball with a Go module that demonstrates the issue.
Running testifylint, both with and without --suite-extra-assert-call.mode=require`, does not error in either case.
testifylint
example.tar.gz
If you move the contents of unit_test.go into main_test.go, then it does catch the issue in both cases.
unit_test.go
main_test.go
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I've attached a tarball with a Go module that demonstrates the issue.
Running
testifylint
, both with and without --suite-extra-assert-call.mode=require`, does not error in either case.example.tar.gz
If you move the contents of
unit_test.go
intomain_test.go
, then it does catch the issue in both cases.The text was updated successfully, but these errors were encountered: