Skip to content

Commit

Permalink
Merge pull request #1983 from sinabeuro/dev-typo_doc_r0
Browse files Browse the repository at this point in the history
Remove duplicate contents in document
  • Loading branch information
ahopkins authored Dec 25, 2020
2 parents 112715e + 2b947e8 commit ac1331e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/sanic/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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():
Expand Down

0 comments on commit ac1331e

Please sign in to comment.