Documentation ¶ Overview ¶ Command audit_test_names scans all Go test files and classifies test function names by their naming pattern. It outputs a CSV report with columns: file, current_name, pattern, suggested_name. Usage: go run ./cmd/audit_test_names/ <dir>... Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.