UPD: dav_registration: added tests.
This commit is contained in:
12
dav_registration/tests/test_apps.py
Normal file
12
dav_registration/tests/test_apps.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from django.apps import apps
|
||||
from six import string_types
|
||||
|
||||
from dav_base.tests.generic import AppSetting, AppsTestCase
|
||||
|
||||
|
||||
class TestCase(AppsTestCase):
|
||||
app_config = apps.get_app_config('dav_registration')
|
||||
|
||||
settings = (
|
||||
AppSetting('privacy_policy', string_types),
|
||||
)
|
||||
Reference in New Issue
Block a user