Skip to content

Commit fb1b86f

Browse files
authored
Addss link to pytest-asyncio project in docs (#2006)
1 parent 31cd427 commit fb1b86f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/topics/testing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ event loop and ask it questions.
1111
`You can test asynchronous code
1212
<https://docs.djangoproject.com/en/stable/topics/testing/tools/#testing-
1313
asynchronous-code>`_ using Django's ``TestCase``. Alternately, you can use
14-
``pytest`` with its ``asyncio`` plugin.
14+
``pytest`` with its
15+
`pytest-asyncio <https://github.com/pytest-dev/pytest-asyncio>`_ plugin.
1516

1617

1718
Setting Up Async Tests

0 commit comments

Comments
 (0)