Phase 0: add fixture generator, testdata/events.json, and fixtures_test.go

This commit is contained in:
Jay
2026-05-22 15:52:47 -04:00
parent 85a37e71b3
commit 583200089b
4 changed files with 381 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# go-heartwood
## Testing
- Baseline: `go test -count=1 ./...`
- Do not use `-race`: `boltdb/bolt@v1.3.1` triggers a `checkptr` panic under race instrumentation; this is an upstream bug, not a project defect.