From f5a9a512a04e2d791ca4766b789580812e71a57a Mon Sep 17 00:00:00 2001 From: sagikazarmark Date: Mon, 16 Sep 2024 14:31:32 +0000 Subject: [PATCH] Regenerate README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7c2f23e..76cb951 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ _Do you have something to add? Please read the [contributing guide](CONTRIBUTING - [Log forwarding](#log-forwarding) - [Adapters](#adapters) - [Integrations](#integrations) +- [Testing](#testing) - [Resources](#resources) - [Blog posts](#blog-posts) - [Creating slog](#creating-slog) @@ -109,6 +110,15 @@ _`log/slog` integrations into third-party components._ **[⬆ back to top](#contents)** +## Testing + +_Testing utilities for `log/slog`._ + +- [slogassert](https://github.com/thejerf/slogassert): slog handler for testing slog code logs expected results. +- [slogt](https://github.com/neilotoole/slogt): Bridge between Go `testing.T` and `log/slog`. + +**[⬆ back to top](#contents)** + ## Resources _Other resources about `log/slog`._