Closed
Description
Bug report
From django 3.1.x async tests are available but are missing in django-stubs so IDEs complain
What's wrong
All the async test related classes are missing, for example async_client_class
in django.test.testcase.SimpleTestCase
,
AsyncClient
in django.test.client
and so on.
How is that should be
Support for async tests should be added