summaryrefslogtreecommitdiffstats
path: root/hyperkitty/tests/test_models.py
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-23 11:45:40 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-07-23 11:45:40 +0200
commit8333abc9062ff0e7345dec41db972c0992c534e0 (patch)
treee47334f27f56e86eca6e01812a21cfee9292959f /hyperkitty/tests/test_models.py
parentbf2de4165365d96dcafdfc769ac6020348a45c6e (diff)
downloadhyperkitty-8333abc9062ff0e7345dec41db972c0992c534e0.tar.gz
hyperkitty-8333abc9062ff0e7345dec41db972c0992c534e0.tar.xz
hyperkitty-8333abc9062ff0e7345dec41db972c0992c534e0.zip
Centralize settings modifications for unittests in a single class
Diffstat (limited to 'hyperkitty/tests/test_models.py')
-rw-r--r--hyperkitty/tests/test_models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/tests/test_models.py b/hyperkitty/tests/test_models.py
index 120e571..bcbcf58 100644
--- a/hyperkitty/tests/test_models.py
+++ b/hyperkitty/tests/test_models.py
@@ -19,7 +19,7 @@
# Author: Aamir Khan <syst3m.w0rm@gmail.com>
#
-from django.test import TestCase
+from hyperkitty.tests.utils import TestCase
from hyperkitty.models import Rating, Tag
class RatingTestCase(TestCase):