initial
This commit is contained in:
9
tests/plugins/notifications/test_forms.py
Normal file
9
tests/plugins/notifications/test_forms.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from django.test import TestCase
|
||||
from wiki.plugins.notifications.forms import SettingsFormSet
|
||||
|
||||
from tests.base import RequireSuperuserMixin
|
||||
|
||||
|
||||
class SettingsFormTests(RequireSuperuserMixin, TestCase):
|
||||
def test_formset(self):
|
||||
SettingsFormSet(user=self.superuser1)
|
||||
Reference in New Issue
Block a user