Files
django-stubs/django-stubs/contrib/staticfiles/testing.pyi

4 lines
100 B
Python

from django.test import LiveServerTestCase
class StaticLiveServerTestCase(LiveServerTestCase): ...