mirror of
https://github.com/django/django.git
synced 2025-10-27 23:56:08 +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:
@@ -3,7 +3,7 @@ from django.test import LiveServerTestCase
|
||||
from django.contrib.staticfiles.handlers import StaticFilesHandler
|
||||
|
||||
|
||||
class StaticLiveServerCase(LiveServerTestCase):
|
||||
class StaticLiveServerTestCase(LiveServerTestCase):
|
||||
"""
|
||||
Extends django.test.LiveServerTestCase to transparently overlay at test
|
||||
execution-time the assets provided by the staticfiles app finders. This
|
||||
|
||||
Reference in New Issue
Block a user