Commit aef3fa0a by Dudás Ádám

settings: add django-nose to test config

parent 52308d4a
...@@ -21,6 +21,7 @@ SOUTH_TESTS_MIGRATE = False ...@@ -21,6 +21,7 @@ SOUTH_TESTS_MIGRATE = False
INSTALLED_APPS += ( INSTALLED_APPS += (
'acl.tests', 'acl.tests',
'django_nose',
) )
CACHES = { CACHES = {
......
...@@ -2,4 +2,5 @@ ...@@ -2,4 +2,5 @@
-r base.txt -r base.txt
coverage==3.6 coverage==3.6
django-discover-runner==0.4 django-discover-runner==0.4
django-nose==1.2
mock==1.0.1 mock==1.0.1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment