using django-nose
This commit is contained in:
Родитель
89e2cc6fac
Коммит
a95fa80391
|
@ -5,6 +5,7 @@ MySQL-python==1.2.3c1
|
|||
Sphinx==0.6.3
|
||||
|
||||
-e git://github.com/jbalogh/check.git#egg=check
|
||||
-e git://github.com/jbalogh/django-nose.git#egg=django-nose
|
||||
-e git://github.com/robhudson/django-debug-toolbar.git#egg=django_debug_toolbar
|
||||
ipython==0.10
|
||||
sqlparse==0.1.1
|
||||
|
|
|
@ -91,8 +91,12 @@ INSTALLED_APPS = (
|
|||
'users',
|
||||
'versions',
|
||||
|
||||
'django_nose',
|
||||
|
||||
'django.contrib.auth',
|
||||
'django.contrib.contenttypes',
|
||||
'django.contrib.sessions',
|
||||
'django.contrib.sites',
|
||||
)
|
||||
|
||||
TEST_RUNNER = 'django_nose.run_tests'
|
||||
|
|
Загрузка…
Ссылка в новой задаче