From 8333abc9062ff0e7345dec41db972c0992c534e0 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Tue, 23 Jul 2013 11:45:40 +0200 Subject: Centralize settings modifications for unittests in a single class --- hyperkitty/tests/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hyperkitty/tests/test_views.py') diff --git a/hyperkitty/tests/test_views.py b/hyperkitty/tests/test_views.py index b39544c..bd672b2 100644 --- a/hyperkitty/tests/test_views.py +++ b/hyperkitty/tests/test_views.py @@ -25,7 +25,7 @@ import datetime from mock import Mock import django.utils.simplejson as json -from django.test import TestCase +from hyperkitty.tests.utils import TestCase from django.test.client import Client, RequestFactory from django.contrib.auth.models import User, AnonymousUser from django.core.urlresolvers import reverse -- cgit