Skip to content

Commit

Permalink
Add docstring to new unittest test case class.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiro committed Aug 13, 2013
1 parent 459c484 commit d22db05
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions django/contrib/staticfiles/testing.py
Expand Up @@ -4,5 +4,11 @@


class StaticLiveServerCase(LiveServerTestCase):
"""
This class extends django.test.LiveServerTestCase to transparently overlay
at test execution-time the assets provided by the staticfiles app finders.
This means you don't need to run collectstatic before or as a part of your
tests setup.
"""

static_handler = StaticFilesHandler

0 comments on commit d22db05

Please sign in to comment.