changed testcases to use the functions from password_encryption module
This commit is contained in:
parent
5e29478516
commit
2b0407eaf6
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@ Replace this with more appropriate tests for your application.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from django.test import TestCase
|
from django.test import TestCase
|
||||||
from account.views import encrypt_ldap_password, decrypt_ldap_password
|
from password_encryption import encrypt_ldap_password, decrypt_ldap_password
|
||||||
|
|
||||||
class CbmiTest(TestCase):
|
class PasswordEncryptionTest(TestCase):
|
||||||
"""
|
"""
|
||||||
Test for the cbmi apps.
|
Test for the cbmi apps.
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue