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

10 lines
166 B
Python

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