#37196 closed Cleanup/optimization (fixed)
Document SimpleTestCase.async_client_class
| Reported by: | Adam Johnson | Owned by: | VIZZARD-X |
|---|---|---|---|
| Component: | Testing framework | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
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.
Change History (16)
comment:1 by , 7 weeks ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 7 weeks ago
I'd like to work on this. I'll add documentation for async_client_class alongside the existing client_class docs.
comment:3 by , 6 weeks ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:4 by , 6 weeks ago
| Owner: | removed |
|---|---|
| Status: | assigned → new |
comment:5 by , 6 weeks ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:6 by , 5 weeks ago
| Has patch: | set |
|---|
comment:7 by , 4 weeks ago
| Has patch: | unset |
|---|
I've closed the PR from Thirumalesh and explained to them that the ticket had an owner on trac.
comment:8 by , 3 weeks ago
| Has patch: | set |
|---|
comment:9 by , 3 weeks ago
| Patch needs improvement: | set |
|---|
comment:10 by , 3 weeks ago
| Patch needs improvement: | unset |
|---|
comment:11 by , 3 weeks ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
comment:12 by , 10 days ago
| Patch needs improvement: | set |
|---|---|
| Triage Stage: | Ready for checkin → Accepted |
comment:13 by , 10 days ago
| Patch needs improvement: | unset |
|---|
comment:14 by , 9 days ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Sounds good, let's! Thank you