UPD: dav_base: tests!
This commit is contained in:
8
dav_base/tests/test_screenshots.py
Normal file
8
dav_base/tests/test_screenshots.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from .generic import ScreenshotTestCase
|
||||
|
||||
|
||||
class TestCase(ScreenshotTestCase):
|
||||
locations = (
|
||||
'/',
|
||||
'404',
|
||||
)
|
||||
Reference in New Issue
Block a user