AT005¶
Acceptance testsStandard
check for acceptance test function names missing TestAcc prefix
The AT005 analyzer reports test function names (Test prefix) that contain
resource.Test() or resource.ParallelTest(), which should be named with
the TestAcc prefix.
Examples¶
Ignoring reports¶
Singular reports can be ignored by adding a //lintignore:AT005 Go code comment at the end of the offending line or on the line immediately preceding, e.g.
This page is generated from passes/AT005/README.md, which lives beside the analyzer.