From f3c17bc19704829667084a1ab3ba79e019bf089c Mon Sep 17 00:00:00 2001 From: Felix Weinberger Date: Fri, 12 Jun 2026 13:06:39 +0000 Subject: [PATCH] docs: fix sentence fragment in testing guide --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index 9a222c9067..0d7c8db4dd 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -37,7 +37,7 @@ To run the below test, you'll need to install the following dependencies: so I won't go into details here. The [`inline-snapshot`](https://15r10nk.github.io/inline-snapshot/latest/) is a library that allows - you to take snapshots of the output of your tests. Which makes it easier to create tests for your + you to take snapshots of the output of your tests, which makes it easier to create tests for your server - you don't need to use it, but we are spreading the word for best practices. ```python title="test_server.py"