We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cd427 commit fb1b86fCopy full SHA for fb1b86f
docs/topics/testing.rst
@@ -11,7 +11,8 @@ event loop and ask it questions.
11
`You can test asynchronous code
12
<https://docs.djangoproject.com/en/stable/topics/testing/tools/#testing-
13
asynchronous-code>`_ using Django's ``TestCase``. Alternately, you can use
14
-``pytest`` with its ``asyncio`` plugin.
+``pytest`` with its
15
+`pytest-asyncio <https://github.com/pytest-dev/pytest-asyncio>`_ plugin.
16
17
18
Setting Up Async Tests
0 commit comments