#16672 closed Bug (fixed)
Preserve name of TestCase decorated with override_settings
| Reported by: | Julien Phalip | Owned by: | nobody |
|---|---|---|---|
| Component: | Testing framework | Version: | 1.3 |
| 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
Currently the decorated TestCase gets the name of 'inner'. See patch attached.
Attachments (1)
Change History (6)
by , 14 years ago
| Attachment: | 16672.decorated-testcase-name.diff added |
|---|
comment:1 by , 14 years ago
comment:2 by , 14 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 14 years ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
Perhaps other attributes should be preserved, but in my use case
__name__is all I need.