|
|
@@ -8,7 +8,7 @@ from resetpassword.lib import _plain_send_mail
|
|
8
|
8
|
from tracim.tests import TestStandard
|
|
9
|
9
|
|
|
10
|
10
|
|
|
11
|
|
-class TestSerializers(TestStandard):
|
|
|
11
|
+class TestResetPassword(TestStandard):
|
|
12
|
12
|
application_under_test = 'nosmtp'
|
|
13
|
13
|
|
|
14
|
14
|
def test_unit__plain_send_mail__ok(self):
|