关于
The Go Test Quality Analyzer is a specialized tool designed to audit Go project test suites by scanning *_test.go files for critical quality issues. It employs sophisticated static analysis to detect external dependencies such as real database connections or HTTP calls, identifies non-deterministic flaky patterns like improper synchronization or sleep calls, and flags high-complexity tests that are difficult to maintain. By providing structured reports with severity-based prioritization and actionable refactoring suggestions, it helps developers build faster, more reliable, and idiomatic Go testing infrastructures.