Files
django-dav-events/dav_base/tests/test_screenshots.py

9 lines
130 B
Python

from .generic import ScreenshotTestCase
class TestCase(ScreenshotTestCase):
locations = (
'/',
'404',
)