summaryrefslogtreecommitdiffstats
path: root/hyperkitty/tests
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-19 12:55:12 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-19 12:56:02 +0100
commit2147fa8cc8b2015b852f3dc4fca953034e7a5d8b (patch)
tree341526c564cde20b6bddfa994cc3dafb7cabb906 /hyperkitty/tests
parent9501fd6ee6f8aa00a9614c00b49834d51c7c3481 (diff)
downloadhyperkitty-2147fa8cc8b2015b852f3dc4fca953034e7a5d8b.tar.gz
hyperkitty-2147fa8cc8b2015b852f3dc4fca953034e7a5d8b.tar.xz
hyperkitty-2147fa8cc8b2015b852f3dc4fca953034e7a5d8b.zip
Fix running the unit tests in the spec file
Diffstat (limited to 'hyperkitty/tests')
-rw-r--r--hyperkitty/tests/test_views.py11
1 files changed, 1 insertions, 10 deletions
diff --git a/hyperkitty/tests/test_views.py b/hyperkitty/tests/test_views.py
index 94ec721..de4c738 100644
--- a/hyperkitty/tests/test_views.py
+++ b/hyperkitty/tests/test_views.py
@@ -35,16 +35,7 @@ from django.core.urlresolvers import reverse
from hyperkitty.models import Rating
-TEST_DATABASES = {
- 'default': {
- 'ENGINE': 'django.db.backends.sqlite3',
- 'NAME': ':memory:',
- }
-}
-
-
-@override_settings(USE_SSL=False, USE_INTERNAL_AUTH=True, DEBUG=True,
- DATABASES=TEST_DATABASES, KITTYSTORE_URL='sqlite:')
+@override_settings(USE_SSL=False, USE_INTERNAL_AUTH=True)
class AccountViewsTestCase(TestCase):
def setUp(self):