UPD: dav_base: tests!

This commit is contained in:
2019-03-12 18:13:19 +01:00
parent c38cc0d6e5
commit b246a785b7
11 changed files with 432 additions and 45 deletions

View File

@@ -0,0 +1,8 @@
from .generic import ScreenshotTestCase
class TestCase(ScreenshotTestCase):
locations = (
'/',
'404',
)