10 lines
166 B
Python
10 lines
166 B
Python
from .generic import ScreenshotTestCase
|
|
|
|
|
|
class TestCase(ScreenshotTestCase):
|
|
screenshot_prefix = 'dav_base-'
|
|
locations = (
|
|
'/',
|
|
'404',
|
|
)
|