Merge pull request #1983 from sinabeuro/dev-typo_doc_r0

Remove duplicate contents in document
This commit is contained in:
Adam Hopkins 2020-12-25 06:48:26 +02:00 committed by GitHub
commit ac1331ea4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,10 +58,6 @@ More information about
the available arguments to `httpx` can be found
[in the documentation for `httpx <https://www.encode.io/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():