Improved tests
This commit is contained in:
@@ -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,
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user