#20739 closed Cleanup/optimization (fixed)
Remove django.test.testcases dependency on django.contrib.staticfiles
Reported by: | Ramiro Morales | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Jannis Leidel | Triage Stage: | Accepted |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
As outlined in #8713 (more precisely on comment:13:ticket:8713). This is action item 3.
The LiveserverTestCase support class LiveServerThread uses the django.contrib.staticfiles.handlers.StaticFilesHandler.
Change History (8)
comment:1 Changed 10 years ago by
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Cc: | Jannis Leidel added |
---|
comment:4 Changed 10 years ago by
PR updated. Now it's ready for review and possible merging pending feedback. Includes tests and doc changes.
comment:5 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Pull request: https://github.com/django/django/pull/1354/files
Still not ready for merge.