#14254 closed (fixed)
More tests for storage backends
Reported by: | steph | Owned by: | Tobias McNulty |
---|---|---|---|
Component: | File uploads/storage | Version: | 1.2 |
Severity: | Keywords: | tests | |
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
While working on a proposal to extend the storage backends, I recognised that some methods of the storage backends are not tested.
I just added tests to cover all methods of the backend to this ticket. I'm looking forward to see this committed.
Attachments (2)
Change History (6)
by , 14 years ago
Attachment: | storage_tests.diff added |
---|
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
by , 14 years ago
Attachment: | storage_tests_updated.diff added |
---|
updated tests to not care about listdir() ordering & properly clean up temp dirs
comment:2 by , 14 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
seems reasonable enough to me
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
Patch to add more tests.