9 lines
130 B
Python
9 lines
130 B
Python
from .generic import ScreenshotTestCase
|
|
|
|
|
|
class TestCase(ScreenshotTestCase):
|
|
locations = (
|
|
'/',
|
|
'404',
|
|
)
|