소스 검색

Renames reset password test class

Adrien Panay 8 년 전
부모
커밋
932c902529
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tracim/tracim/tests/library/test_resetpassword.py

+ 1 - 1
tracim/tracim/tests/library/test_resetpassword.py 파일 보기

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