Files
mayan-edms/mayan/apps/common/tests/test_models.py
Roberto Rosario 125c133334 Audit common app
Add support to override settings of the FilteredSelectionForm
via subclass attributes. Add keyword arguments to calls.

Signed-off-by: Roberto Rosario <Roberto.Rosario@mayan-edms.com>
2019-01-02 14:34:41 -04:00

11 lines
343 B
Python

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