#37196: Document SimpleTestCase.async_client_class
-------------------------------------+-------------------------------------
Reporter: Adam Johnson | Type:
| Cleanup/optimization
Status: new | Component: Testing
| framework
Version: dev | Severity: Normal
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
We currently document the sync version, client_class:
https://docs.djangoproject.com/en/6.0/topics/testing/tools/#django.test.SimpleTestCase.client_class
. But since async_client_class is not documented, there’s no clear way to
swap your async test client class, unless you read the source. Let’s fix
that by documenting async_client_class equally.
--
Ticket URL: <
https://code.djangoproject.com/ticket/37196>
Django <
https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.