From 6663b488dd3c1037ab5f9617716ea638b4102142 Mon Sep 17 00:00:00 2001 From: sinabeuro Date: Fri, 18 Dec 2020 11:25:28 +0900 Subject: [PATCH] Remove duplicate contents in document Since the contents of line 61 and line 75 of the 'tesing' document are duplicated, the content of line 61 is removed for context. Signed-off-by: sinabeuro --- docs/sanic/testing.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/sanic/testing.rst b/docs/sanic/testing.rst index 0cf3ff40b7..b65bf4a291 100644 --- a/docs/sanic/testing.rst +++ b/docs/sanic/testing.rst @@ -58,10 +58,6 @@ More information about the available arguments to `httpx` can be found [in the documentation for `httpx `_. -Additionally, Sanic has an asynchronous testing client. The difference is that the async client will not stand up an -instance of your application, but will instead reach inside it using ASGI. All listeners and middleware are still -executed. - .. code-block:: python @pytest.mark.asyncio async def test_index_returns_200():