This commit is contained in:
lwark
2025-09-17 07:52:16 -05:00
commit a2ff72dda8
584 changed files with 52247 additions and 0 deletions

View 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)