Improved tests for app settings and added tests for dav_base.config.modules.ModuleMeta
Run tests / Execute tox to run the test suite (push) Successful in 3m27s
Run tests / Execute tox to run the test suite (push) Successful in 3m27s
This commit is contained in:
@@ -8,7 +8,7 @@ class TestCase(AppsTestCase):
|
||||
app_config = apps.get_app_config('dav_base')
|
||||
|
||||
settings = (
|
||||
AppSetting('email_sender', string_types),
|
||||
AppSetting('email_base_url', string_types),
|
||||
AppSetting('email_subject_prefix', string_types),
|
||||
AppSetting('email_sender', None, string_types),
|
||||
AppSetting('email_base_url', None, string_types),
|
||||
AppSetting('email_subject_prefix', '', string_types),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user