Improved tests

This commit is contained in:
2026-05-28 10:42:23 +02:00
parent d417d88d1e
commit efd2305b35
9 changed files with 66 additions and 34 deletions
+2 -2
View File
@@ -147,7 +147,7 @@ class SetPasswordFormTestCase(FormsTestCase):
def test_save(self):
new_passwords = [
'"ä§ Mellon12'
'"ä§ Mellon12',
'mellon12' * 128,
]
@@ -162,7 +162,7 @@ class SetPasswordFormTestCase(FormsTestCase):
@skip('Function is implemented in SetPasswordView instead of SetPasswordForm')
def test_save_with_mail(self): # pragma: no cover
new_passwords = [
'"ä§ Mellon12'
'"ä§ Mellon12',
'mellon12' * 128,
]