mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCase
Refs #20739. Thanks Raphaël Hertzog for the report and the initial patch.
This commit is contained in:
parent
3cbb7590cb
commit
3a44e20005
7 changed files with 18 additions and 18 deletions
|
@ -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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue