package
0.0.5
Repository: https://github.com/eun/go-test-buckets.git
Documentation: pkg.go.dev

# README

Buckets

To run this example

# This will only run TestA and TestB (Bucket 0) not TestC (Bucket 1)
cd example/test/exclude/directory
BUCKET=0 TOTAL_BUCKETS=2 go test -count=1 -v ./...