Opened 15 years ago
Closed 14 years ago
#15837 closed Cleanup/optimization (fixed)
Consolidate localflavor tests
| Reported by: | Julien Phalip | Owned by: | Julien Phalip |
|---|---|---|---|
| Component: | contrib.localflavor | Version: | 1.3 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
Localflavor tests are spread out between two locations: source:django/trunk/tests/regressiontests/forms/localflavor and source:django/trunk/tests/regressiontests/localflavor
For clarity's sake, the tests in the former location should be moved to the latter one.
Change History (5)
comment:1 by , 15 years ago
| Easy pickings: | set |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
| Version: | 1.2 → 1.3 |
comment:2 by , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 14 years ago
| UI/UX: | unset |
|---|
comment:4 by , 14 years ago
| Owner: | changed from to |
|---|---|
| Status: | assigned → new |
No update in 3 months. I'll take a look at it. Let me know if you've got any WIP.
Note:
See TracTickets
for help on using tickets.
Also, in the process of consolidating the tests, it would be nice to avoid having to repeat imports as currently in source:django/trunk/tests/regressiontests/forms/localflavortests.py and source:django/trunk/tests/regressiontests/forms/tests/__init__.py. That particular cleanup issue was raised in #16365, closed as dupe in favour of this one.