Commit graph

11 commits

Author SHA1 Message Date
30a5786adf Add Makefile targets for go vet and go fix, use named struct fields in tests, apply go fix improvements 2026-03-01 07:59:31 -06:00
ebb0b12069 Add bep.JSON helper for JSON assertion in tests
- Create internal/testutil/bep package with JSON helper
- Use bep.JSON in formatters/json_test.go, models/entry_test.go, and models/meta_test.go
2026-02-13 16:25:37 -06:00
1110288d84 Migrate from testify to nalgeon/be testing library
- Replace all testify/assert and testify/require with be library
- Update go.mod to use be v0.3.0 instead of testify
- Simplify test assertions using be.Equal, be.Err, and be.True
- Refactor append_test, entry_test, meta_test, log_test, and formatter tests
2026-02-13 16:02:38 -06:00
632c7143f1 Add null formatter 2024-03-11 21:18:52 -05:00
8086029b03 🚚 Rename stdout.config.formatter to format 2024-03-10 21:08:34 -05:00
1962e1db50 Pretty print JSON 2024-03-10 20:31:50 -05:00
4c0edcd1a5 Add JSON formatter 2024-03-10 20:31:49 -05:00
d1b3604e1e Add Formatter.Logs 2024-03-10 20:31:49 -05:00
febbce8a6b Add formatters.Preferred 2024-03-09 16:07:58 -06:00
da3b524925 Separate formatters in config 2024-03-07 21:19:45 -06:00
89e6c2b3bd Add plain text formatter 2024-03-07 10:10:54 -06:00