Opened 17 years ago
Closed 17 years ago
#9117 closed (fixed)
New-Style Testclient class
| Reported by: | jan_oberst | Owned by: | nobody |
|---|---|---|---|
| Component: | Testing framework | Version: | 1.0 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
I didn't find any reason why the Client class in django/test/client.py should not be an new-style class. I tried to extend that class and failed using super().
Attachments (2)
Change History (3)
by , 17 years ago
| Attachment: | testclient_newstyle_9117-r9056.diff added |
|---|
by , 17 years ago
| Attachment: | testclient_newstyle_9117-r9056.2.diff added |
|---|
Fixed: Testclient to new-style class
comment:1 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Testclient to new-style class