#12370 closed (fixed)
Test management command accepts a parameter extra_tests, which defaults to []
| Reported by: | Randy Barlow | Owned by: | Karen Tracey |
|---|---|---|---|
| Component: | Testing framework | Version: | 1.1 |
| Severity: | Keywords: | test extra_arguments | |
| Cc: | randallpbarlow@… | Triage Stage: | Unreviewed |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
This isn't a problem in practice, because only the Django runtests.py test suite uses it, and it only gets called once, but it is bad Python form and so should be fixed.
Attachments (1)
Change History (7)
comment:1 by , 16 years ago
| Status: | new → assigned |
|---|
by , 16 years ago
| Attachment: | ticket_12370.patch added |
|---|
comment:2 by , 16 years ago
| Has patch: | set |
|---|---|
| Owner: | changed from to |
| Status: | assigned → new |
Hey Karen, this one is good to go!
comment:3 by , 16 years ago
| Cc: | added |
|---|
comment:4 by , 16 years ago
| milestone: | 1.2 → 1.1 |
|---|---|
| Version: | SVN → 1.1 |
This was fixed in trunk in r12255. Leaving this ticket open so a committer can decide if this is worth fixing in the .1.1.X branch.
comment:5 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
It's code cleanup, not a bugfix, so should not go into 1.1.X.
Note:
See TracTickets
for help on using tickets.
This patch makes us look undumb.