Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase

Refs #20739. Thanks Raphaël Hertzog for the report and the initial
patch.
This commit is contained in:
Claude Paroz 2014-08-28 08:44:26 +02:00
parent 3cbb7590cb
commit 3a44e20005
7 changed files with 18 additions and 18 deletions

View file

@ -488,7 +488,7 @@ files in app directories.
Specialized test case to support 'live testing'
-----------------------------------------------
.. class:: testing.StaticLiveServerCase
.. class:: testing.StaticLiveServerTestCase
This unittest TestCase subclass extends :class:`django.test.LiveServerTestCase`.
@ -505,5 +505,5 @@ transparently overlay at test execution-time the assets provided by the
.. versionadded:: 1.7
``StaticLiveServerCase`` is new in Django 1.7. Previously its functionality
was provided by :class:`django.test.LiveServerTestCase`.
``StaticLiveServerTestCase`` is new in Django 1.7. Previously its
functionality was provided by :class:`django.test.LiveServerTestCase`.