Skip to content

Commit

Permalink
Merge pull request #40 from go-slog/testing
Browse files Browse the repository at this point in the history
add testing utilities
  • Loading branch information
sagikazarmark authored Sep 16, 2024
2 parents 0fdafb3 + 39dde99 commit a8e2dd8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,17 @@ categories:
link: https://github.com/samber/slog-gin
description: Gin middleware.

- name: Testing
description: Testing utilities for `log/slog`.
items:
- name: slogassert
link: https://github.com/thejerf/slogassert
description: slog handler for testing slog code logs expected results.

- name: slogt
link: https://github.com/neilotoole/slogt
description: Bridge between Go `testing.T` and `log/slog`.

- name: Resources
description: "Other resources about `log/slog`."
items:
Expand Down

0 comments on commit a8e2dd8

Please sign in to comment.