Add unit test for the utils function check_password
This commit is contained in:
@ -15,7 +15,6 @@ from django.contrib.auth import get_user_model
|
||||
try: # pragma: no cover
|
||||
import MySQLdb
|
||||
import MySQLdb.cursors
|
||||
import crypt
|
||||
from utils import check_password
|
||||
except ImportError:
|
||||
MySQLdb = None
|
||||
|
Reference in New Issue
Block a user