summaryrefslogtreecommitdiff
path: root/django/contrib/staticfiles/testing.py
AgeCommit message (Collapse)Author
2017-02-04Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.Anton Samarchyan
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-08-28Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
Refs #20739. Thanks Raphaƫl Hertzog for the report and the initial patch.
2013-08-31Made django.test.testcases not depend on staticfiles contrib app.Ramiro Morales
Do this by introducing a django.contrib.staticfiles.testing.StaticLiveServerCase unittest TestCase subclass. Fixes #20739.