Opened 9 years ago
Closed 9 years ago
#24982 closed Cleanup/optimization (fixed)
Split staticfiles tests into multiple files
Reported by: | Tim Graham | Owned by: | Moritz Sichert |
---|---|---|---|
Component: | contrib.staticfiles | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Update an existing pull request per the comments.
Change History (3)
comment:1 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Patch needs improvement: | unset |
---|
Note:
See TracTickets
for help on using tickets.
Added PR.
The tests are now structured as follows:
cases.py
:settings.py
:test_finders.py
:test_management.py
:test_storage.py
:test_templatetags.py
:test_views.py
: