Files
mayan-edms/mayan/apps/common/tests/test_models.py
2018-09-21 00:49:01 -04:00

11 lines
316 B
Python

from __future__ import unicode_literals
from common.tests import BaseTestCase
from user_management.tests.mixins import UserTestMixin
class UserLocaleProfileTestCase(UserTestMixin, BaseTestCase):
def test_natural_keys(self):
self._create_user()
self._test_database_conversion('auth', 'common')