-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Currently go test ./... produces no output. This is the biggest gap for production credibility.
Scope:
internal/tracker/stats_test.go— atomic counter correctness under concurrency with-raceflaginternal/processor/engine_test.go—isSupportedFormattable-driven tests, file walking logicinternal/processor/worker_test.go— full JPEG/PNG → WebP pipeline using synthetic 1x1 pixel generated images (no committed test data)internal/analytics/collector_test.go—analyzeMemoryStability,generateRecommendations, GC analysis with mock snapshotstests/testutil/fixtures.go— shared test helpers usingt.TempDir()for zero-cleanup fixture generation
Acceptance Criteria:
go test ./...passesgo test -race ./...passes with zero race conditions- No image files committed to repository
- CI pipeline runs tests on every push
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers